Skip to content

chore: test 6 (#6)

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 02:24
f740d1e
Terraform Apply Log
github_actions_variable.test-variable-3: Refreshing state... [id=tf-test:TEST_VARIABLE_3]
github_actions_variable.test-variable: Refreshing state... [id=tf-test:TEST_VARIABLE]
github_actions_variable.test-variable-2: Refreshing state... [id=tf-test:TEST_VARIABLE_2]

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-3 will be destroyed
  # (because github_actions_variable.test-variable-3 is not in configuration)
  - resource "github_actions_variable" "test-variable-3" {
      - created_at    = "2023-12-25 02:22:55 +0000 UTC" -> null
      - id            = "tf-test:TEST_VARIABLE_3" -> null
      - repository    = "tf-test" -> null
      - updated_at    = "2023-12-25 02:22:55 +0000 UTC" -> null
      - value         = "hello world" -> null
      - variable_name = "TEST_VARIABLE_3" -> null
    }

Plan: 0 to add, 0 to change, 1 to destroy.
github_actions_variable.test-variable-3: Destroying... [id=tf-test:TEST_VARIABLE_3]
github_actions_variable.test-variable-3: Destruction complete after 0s

Apply complete! Resources: 0 added, 0 changed, 1 destroyed.