diff --git a/outputs.tf b/outputs.tf index 58903f3..f3a5c15 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,8 +1,3 @@ -output "environment" { - value = var.environment - description = "Environment where this stack has been deployed to." -} - output "region" { value = local.region description = "AWS Region code where this stack has been deployed to."