Skip to content

Commit

Permalink
chore: test 5 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelerlaw authored Dec 25, 2023
1 parent bc281fb commit 4831547
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ resource "github_actions_variable" "test-variable-2" {
value = "hello world"
variable_name = "TEST_VARIABLE_2"
}

resource "github_actions_variable" "test-variable-3" {
repository = "tf-test"
value = "hello world"
variable_name = "TEST_VARIABLE_3"
}

#resource "github_actions_secret" "test_secret" {
# secret_name = "SECRET_NAME"
# plaintext_value = "SECRET_${var.secret_name}"
Expand Down

0 comments on commit 4831547

Please sign in to comment.