Skip to content

chore: test 8 (#8)

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 02:32
1643b5f
Terraform Apply Log
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 will be destroyed
  # (because github_actions_variable.test-variable is not in configuration)
  - resource "github_actions_variable" "test-variable" {
      - created_at    = "2023-12-25 02:14:31 +0000 UTC" -> null
      - id            = "tf-test:TEST_VARIABLE" -> null
      - repository    = "tf-test" -> null
      - updated_at    = "2023-12-25 02:14:31 +0000 UTC" -> null
      - value         = "hello world" -> null
      - variable_name = "TEST_VARIABLE" -> null
    }

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

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