noticed some tags being outdated in sandbox (#7382)

This commit is contained in:
Zachary Winnerman 2022-08-24 12:09:16 -04:00 committed by GitHub
parent 9f9cb597fa
commit f16f848a7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,8 +29,8 @@ provider "aws" {
default_tags {
tags = {
environment = "fleet-demo-${terraform.workspace}"
terraform = "https://github.com/fleetdm/fleet/tree/main/infrastructure/demo"
state = "s3://fleet-loadtesting-tfstate/demo-environment"
terraform = "https://github.com/fleetdm/fleet/tree/main/infrastructure/sandbox"
state = "s3://fleet-terraform-state20220408141538466600000002/fleet-cloud-sandbox-prod/sandbox/terraform.tfstate"
}
}
}
@ -40,8 +40,8 @@ provider "aws" {
default_tags {
tags = {
environment = "fleet-demo-${terraform.workspace}"
terraform = "https://github.com/fleetdm/fleet/tree/main/infrastructure/demo"
state = "s3://fleet-loadtesting-tfstate/demo-environment"
terraform = "https://github.com/fleetdm/fleet/tree/main/infrastructure/sandbox"
state = "s3://fleet-terraform-state20220408141538466600000002/fleet-cloud-sandbox-prod/sandbox/terraform.tfstate"
}
}
}