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:
- destroy
Terraform will perform the following actions:
# github_actions_variable.test-variable-2 will be destroyed
# (because github_actions_variable.test-variable-2 is not in configuration)
- resource "github_actions_variable" "test-variable-2" {
- created_at = "2023-12-25 02:19:00 +0000 UTC" -> null
- id = "tf-test:TEST_VARIABLE_2" -> null
- repository = "tf-test" -> null
- updated_at = "2023-12-25 02:19:00 +0000 UTC" -> null
- value = "hello world" -> null
- variable_name = "TEST_VARIABLE_2" -> null
}
Plan: 0 to add, 0 to change, 1 to destroy.
github_actions_variable.test-variable-2: Destroying... [id=tf-test:TEST_VARIABLE_2]
github_actions_variable.test-variable-2: Destruction complete after 0s
Apply complete! Resources: 0 added, 0 changed, 1 destroyed.