Skip to content

Commit

Permalink
Merge pull request #1391 from alphagov/samsimpson1/aws-import
Browse files Browse the repository at this point in the history
Fix default GCP labels to conform with restrictions
  • Loading branch information
samsimpson1 authored Jul 11, 2024
2 parents 1ee4407 + 23f1d88 commit cc23cf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/deployments/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ provider "aws" {

provider "google" {
default_labels = {
product = "GOV.UK"
system = "Terraform Cloud"
product = "gov-uk"
system = "terraform-cloud"
environment = var.govuk_environment
owner = "govuk-platform-engineering@digital.cabinet-office.gov.uk"
owner = "govuk-platform-engineering"
repository = "govuk-infrastructure"
terraform_deployment = basename(abspath(path.root))
terraform_deployment = lower(basename(abspath(path.root)))
}
}

0 comments on commit cc23cf1

Please sign in to comment.