Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Terragrunt to create the Route53 hosted zone #95

Merged
merged 6 commits into from
Nov 2, 2021

Commits on Nov 2, 2021

  1. feat: Terragrunt to create the Route53 hosted zone

    This hosted zone holds all DNS records required by the Forms service.
    
    Also included are the Terragrunt plan and apply GitHub workflows that
    run for PRs and merges to main.
    patheard committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    17fb9ba View commit details
    Browse the repository at this point in the history
  2. fix: update .gitignore to allow .terraform.lock.hcl

    This lock file allows the AWS provider and module versions
    to be pinned so we can have consistent Terraform plan
    and apply runs.
    patheard committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c3cade7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39a3aee View commit details
    Browse the repository at this point in the history
  4. fix: update S3 remote state bucket to version objects

    This allows for rollbacks if there are problems with the .tfstate.
    patheard committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    a1d3fd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9183eb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d1a2d9 View commit details
    Browse the repository at this point in the history