From f16f848a7b8d37890014cfd090630712e008972a Mon Sep 17 00:00:00 2001 From: Zachary Winnerman <98712682+zwinnerman-fleetdm@users.noreply.github.com> Date: Wed, 24 Aug 2022 12:09:16 -0400 Subject: [PATCH] noticed some tags being outdated in sandbox (#7382) --- infrastructure/sandbox/main.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/sandbox/main.tf b/infrastructure/sandbox/main.tf index 3b33e128dd..afdd7a107d 100644 --- a/infrastructure/sandbox/main.tf +++ b/infrastructure/sandbox/main.tf @@ -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" } } }