Skip to content

Commit 91e609c

Browse files
Standardize environment naming convention
Update VPC environment tag from 'dev' to 'development' for consistency with company naming standards. This is a minor cosmetic change that improves resource organization and tagging compliance. Impact: Very low - metadata change only
1 parent d76e304 commit 91e609c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)