diff --git a/main.tf b/main.tf index 81dc686..621f184 100644 --- a/main.tf +++ b/main.tf @@ -18,11 +18,11 @@ provider "github" { owner = "SteelecoSystems" } -resource "github_actions_variable" "test-variable" { - repository = "tf-test" - value = "hello world" - variable_name = "TEST_VARIABLE" -} +#resource "github_actions_variable" "test-variable" { +# repository = "tf-test" +# value = "hello world" +# variable_name = "TEST_VARIABLE" +#} #resource "github_actions_secret" "test_secret" { # secret_name = "SECRET_NAME"