OpenTofu used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
OpenTofu will perform the following actions:
# github_actions_secret.SSH_HOST will be created
+ resource "github_actions_secret" "SSH_HOST" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "secure.gpo.ca"
+ secret_name = "SSH_HOST"
+ updated_at = (known after apply)
}
# github_actions_secret.SSH_USER will be created
+ resource "github_actions_secret" "SSH_USER" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "secure.gpo.ca"
+ secret_name = "SSH_USER"
+ updated_at = (known after apply)
}
Plan: 2 to add, 0 to change, 0 to destroy.
Plan