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.