Skip to content

Commit

Permalink
chore: test 7 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelerlaw authored Dec 25, 2023
1 parent f740d1e commit 960bfac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ 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 960bfac

Please sign in to comment.