diff --git a/main.tf b/main.tf index 81dc686..920aaa9 100644 --- a/main.tf +++ b/main.tf @@ -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}"