mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
noticed some tags being outdated in sandbox (#7382)
This commit is contained in:
parent
9f9cb597fa
commit
f16f848a7b
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue