We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02f0be commit 7a8c418Copy full SHA for 7a8c418
main.tf
@@ -4,8 +4,6 @@ data "aws_partition" "current" {
4
locals {
5
default_tags = {
6
Name = "${var.project}-${var.environment}"
7
- Project = var.project
8
- Environment = var.environment
9
}
10
11
0 commit comments