Skip to content

Release 3515

Choose a tag to compare

@github-actions github-actions released this 11 Jun 13:12
c9adee2

Context

Correction to a validate infra workflow to detect any changes in SD Infra Terraform

Changes proposed in this pull request

Correction to the GCP credentials in GitHub action workflow validate-infrastructure.yml.

Guidance to review

To validate the workflow once available. Make a test branch with a change to terraform/domains/environment_domains/config/production.tfvars.json limit. Run the workflow against that branch. It must produce a post in the SD Infra Alerts Teams channel with description Domains environment infrastructure drift detected in production

Manually test changes by altering terraform/domains/environment_domains/config/production.tfvars.json limit and running locally the following command.
make production domains-plan
This will produce a Terraform update in place.

Link to Trello card

https://trello.com/c/p76gfyrn/2683-schedule-validate-infra-workflow

Checklist

  • Attach to Trello card
  • Rebased main
  • Cleaned commit history
  • Tested by running locally