File tree Expand file tree Collapse file tree 16 files changed +68
-61
lines changed
Expand file tree Collapse file tree 16 files changed +68
-61
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ provider "aws" {
1515
1616 default_tags {
1717 tags = {
18- Project = " plasmic "
19- Environment = var.environment
20- ManagedBy = " terraform "
21- Component = " database "
18+ created-by = " paragon "
19+ project-name = " plasmic "
20+ component = " database "
21+ meaningful-name = " plasmic- ${ var . environment } "
2222 }
2323 }
2424}
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ provider "aws" {
1616
1717 default_tags {
1818 tags = {
19- Project = " plasmic"
20- Environment = var.environment
21- ManagedBy = " terraform"
19+ created-by = " paragon"
20+ project-name = " plasmic"
21+ component = " dynamodb"
22+ meaningful-name = " plasmic-${ var . environment } "
2223 }
2324 }
2425}
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ provider "aws" {
1515
1616 default_tags {
1717 tags = {
18- Project = " plasmic "
19- Environment = var.environment
20- ManagedBy = " terraform "
21- Component = " ecr "
18+ created-by = " paragon "
19+ project-name = " plasmic "
20+ component = " ecr "
21+ meaningful-name = " plasmic- ${ var . environment } "
2222 }
2323 }
2424}
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ provider "aws" {
1515
1616 default_tags {
1717 tags = {
18- Project = " plasmic "
19- Environment = var.environment
20- ManagedBy = " terraform "
21- Component = " ecs-cluster "
18+ created-by = " paragon "
19+ project-name = " plasmic "
20+ component = " ecs-cluster "
21+ meaningful-name = " plasmic- ${ var . environment } "
2222 }
2323 }
2424}
Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ provider "aws" {
1818
1919 default_tags {
2020 tags = {
21- Project = " plasmic"
22- Environment = var.environment
23- ManagedBy = " terraform"
21+ created-by = " paragon"
22+ project-name = " plasmic"
23+ component = " frontend"
24+ meaningful-name = " plasmic-${ var . environment } "
2425 }
2526 }
2627}
@@ -32,9 +33,10 @@ provider "aws" {
3233
3334 default_tags {
3435 tags = {
35- Project = " plasmic"
36- Environment = var.environment
37- ManagedBy = " terraform"
36+ created-by = " paragon"
37+ project-name = " plasmic"
38+ component = " frontend"
39+ meaningful-name = " plasmic-${ var . environment } "
3840 }
3941 }
4042}
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ provider "aws" {
1616
1717 default_tags {
1818 tags = {
19- Project = " plasmic"
20- Environment = var.environment
21- ManagedBy = " terraform"
19+ created-by = " paragon"
20+ project-name = " plasmic"
21+ component = " s3-assets"
22+ meaningful-name = " plasmic-${ var . environment } "
2223 }
2324 }
2425}
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ provider "aws" {
1616
1717 default_tags {
1818 tags = {
19- Project = " plasmic"
20- Environment = var.environment
21- ManagedBy = " terraform"
19+ created-by = " paragon"
20+ project-name = " plasmic"
21+ component = " s3-clips"
22+ meaningful-name = " plasmic-${ var . environment } "
2223 }
2324 }
2425}
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ provider "aws" {
1616
1717 default_tags {
1818 tags = {
19- Project = " plasmic"
20- Environment = var.environment
21- ManagedBy = " terraform"
19+ created-by = " paragon"
20+ project-name = " plasmic"
21+ component = " s3-site-assets"
22+ meaningful-name = " plasmic-${ var . environment } "
2223 }
2324 }
2425}
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ provider "aws" {
1616
1717 default_tags {
1818 tags = {
19- Project = " plasmic"
20- Environment = var.environment
21- ManagedBy = " terraform"
19+ created-by = " paragon"
20+ project-name = " plasmic"
21+ component = " secrets"
22+ meaningful-name = " plasmic-${ var . environment } "
2223 }
2324 }
2425}
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ provider "aws" {
1515
1616 default_tags {
1717 tags = {
18- Project = " plasmic "
19- Environment = var.environment
20- ManagedBy = " terraform "
21- Component = " vpc "
18+ created-by = " paragon "
19+ project-name = " plasmic "
20+ component = " vpc "
21+ meaningful-name = " plasmic- ${ var . environment } "
2222 }
2323 }
2424}
You can’t perform that action at this time.
0 commit comments