gpo / gpo-platform-configs

Infrastructure as Code for the GPO
MIT License
0 stars 0 forks source link

Create two action secrets in secure.gpo.ca #1

Closed IanEdington closed 4 months ago

IanEdington commented 4 months ago

Plan

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.