github_actions_variable.test-variable-2: Refreshing state... [id=tf-test:TEST_VARIABLE_2]
github_actions_variable.test-variable: Refreshing state... [id=tf-test:TEST_VARIABLE]
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# github_actions_variable.test-variable-3 will be created
+ resource "github_actions_variable" "test-variable-3" {
+ created_at = (known after apply)
+ id = (known after apply)
+ repository = "tf-test"
+ updated_at = (known after apply)
+ value = "hello world"
+ variable_name = "TEST_VARIABLE_3"
}
Plan: 1 to add, 0 to change, 0 to destroy.
github_actions_variable.test-variable-3: Creating...
github_actions_variable.test-variable-3: Creation complete after 1s [id=tf-test:TEST_VARIABLE_3]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.