alphagov / govuk-infrastructure

Terraform turnup automation for the EKS Kubernetes clusters that host GOV.UK. See https://github.com/alphagov/govuk-helm-charts for application config.
MIT License
138 stars 24 forks source link

Small import fixes #1390

Closed samsimpson1 closed 1 month ago

samsimpson1 commented 1 month ago

Fixes a couple of issues:

  1. GCP doesn't want to set a tag with an upper case name on storage buckets for some reason, so lets just set them in lower case instead
  2. AWS API complains if delete marker replication is not specified

1127