Skip to content

Commit

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

resource "github_actions_variable" "test-variable-2" {
repository = "tf-test"
value = "hello world"
variable_name = "TEST_VARIABLE_2"
}
#resource "github_actions_secret" "test_secret" {
# secret_name = "SECRET_NAME"
# plaintext_value = "SECRET_${var.secret_name}"
Expand Down

0 comments on commit bc281fb

Please sign in to comment.