Skip to content

chore: test 10 (#10)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 03:20
10c85bb
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:
  + create

Terraform will perform the following actions:

  # github_actions_variable.test-variable-2 will be created
  + resource "github_actions_variable" "test-variable-2" {
      + created_at    = (known after apply)
      + id            = (known after apply)
      + repository    = "tf-test"
      + updated_at    = (known after apply)
      + value         = "hello world"
      + variable_name = "TEST_VARIABLE_2"
    }

Plan: 1 to add, 0 to change, 0 to destroy.
github_actions_variable.test-variable-2: Creating...
github_actions_variable.test-variable-2: Creation complete after 2s [id=tf-test:TEST_VARIABLE_2]

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