Releases: SteelecoSystems/tf-test
Releases · SteelecoSystems/tf-test
chore: test 10 (#10)
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.
chore: test 9 (#9)
Terraform Apply Log
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 will be created
+ resource "github_actions_variable" "test-variable" {
+ created_at = (known after apply)
+ id = (known after apply)
+ repository = "tf-test"
+ updated_at = (known after apply)
+ value = "hello world"
+ variable_name = "TEST_VARIABLE"
}
Plan: 1 to add, 0 to change, 0 to destroy.
github_actions_variable.test-variable: Creating...
github_actions_variable.test-variable: Creation complete after 1s [id=tf-test:TEST_VARIABLE]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
chore: test 8 (#8)
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.
chore: test 7 (#7)
Terraform Apply Log
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.
chore: test 6 (#6)
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.
chore: test 5 (#5)
Terraform Apply Log
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.
chore: test 4 (#4)
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 1s [id=tf-test:TEST_VARIABLE_2]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
chore: test 3 (#3)
Terraform Apply Log
github_actions_secret.test_secret: Refreshing state... [id=tf-test:SECRET_NAME]
github_actions_secret.test_secret_2: Refreshing state... [id=tf-test:SECRET_NMOHULCFXIMKVXTL]
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
- destroy
Terraform will perform the following actions:
# github_actions_secret.test_secret will be destroyed
# (because github_actions_secret.test_secret is not in configuration)
- resource "github_actions_secret" "test_secret" {
- created_at = "2023-11-01 23:02:52 +0000 UTC" -> null
- id = "tf-test:SECRET_NAME" -> null
- plaintext_value = (sensitive value) -> null
- repository = "tf-test" -> null
- secret_name = "SECRET_NAME" -> null
- updated_at = "2023-11-01 23:02:52 +0000 UTC" -> null
}
# github_actions_secret.test_secret_2 will be destroyed
# (because github_actions_secret.test_secret_2 is not in configuration)
- resource "github_actions_secret" "test_secret_2" {
- created_at = "2023-12-25 02:02:06 +0000 UTC" -> null
- id = "tf-test:SECRET_NMOHULCFXIMKVXTL" -> null
- plaintext_value = (sensitive value) -> null
- repository = "tf-test" -> null
- secret_name = (sensitive value) -> null
- updated_at = "2023-12-25 02:02:06 +0000 UTC" -> null
}
# github_actions_variable.test-variable will be created
+ resource "github_actions_variable" "test-variable" {
+ created_at = (known after apply)
+ id = (known after apply)
+ repository = "tf-test"
+ updated_at = (known after apply)
+ value = "hello world"
+ variable_name = "TEST_VARIABLE"
}
Plan: 1 to add, 0 to change, 2 to destroy.
github_actions_secret.test_secret_2: Destroying... [id=tf-test:SECRET_NMOHULCFXIMKVXTL]
github_actions_secret.test_secret: Destroying... [id=tf-test:SECRET_NAME]
github_actions_variable.test-variable: Creating...
github_actions_secret.test_secret_2: Destruction complete after 0s
github_actions_secret.test_secret: Destruction complete after 1s
github_actions_variable.test-variable: Creation complete after 3s [id=tf-test:TEST_VARIABLE]
Apply complete! Resources: 1 added, 0 changed, 2 destroyed.
chore: create secret with name as secret (#2)
Terraform Apply Log
github_actions_secret.test_secret: Refreshing state... [id=tf-test:SECRET_NAME]
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_secret.test_secret_2 will be created
+ resource "github_actions_secret" "test_secret_2" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "tf-test"
+ secret_name = (sensitive value)
+ updated_at = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
github_actions_secret.test_secret_2: Creating...
github_actions_secret.test_secret_2: Creation complete after 2s [id=tf-test:SECRET_NMOHULCFXIMKVXTL]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
feat: initial implementation (#1)
Terraform Plan Log
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_secret.test_secret will be created
+ resource "github_actions_secret" "test_secret" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "tf-test"
+ secret_name = "SECRET_NAME"
+ updated_at = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
─────────────────────────────────────────────────────────────────────────────
Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.