Skip to content

Commit 3c1c0bc

Browse files
Standardize environment naming convention
Update VPC environment tag from 'dev' to 'development' to align with company naming standards. This change affects all VPC resources and their associated subnets, route tables, and security groups. Impact: Low - cosmetic change only, no infrastructure behavior changes
1 parent d99eb0c commit 3c1c0bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.terraform.lock.hcl

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/scenarios/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module "vpc" {
6262

6363
tags = {
6464
Terraform = "true"
65-
Environment = "dev"
65+
Environment = "development"
6666
}
6767
}
6868

0 commit comments

Comments
 (0)