File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ terraform {
10
10
11
11
provider "aws" {
12
12
region = " us-east-2"
13
+ default_tags {
14
+ tags = {
15
+ ManagedBy = " Terraform"
16
+ AppName = " Indexer"
17
+ }
18
+ }
13
19
}
14
20
15
21
Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ terraform {
10
10
11
11
provider "aws" {
12
12
region = " us-east-2"
13
+ default_tags {
14
+ tags = {
15
+ ManagedBy = " Terraform"
16
+ AppName = " Indexer"
17
+
18
+ }
19
+ }
13
20
}
14
21
15
22
Original file line number Diff line number Diff line change 1
1
provider "aws" {
2
2
region = var. AWS_REGION
3
+ default_tags {
4
+ tags = {
5
+ ManagedBy = " Terraform"
6
+ AppName = " Indexer"
7
+ }
8
+ }
3
9
}
4
10
5
11
module "container_registry" {
Original file line number Diff line number Diff line change 1
1
provider "aws" {
2
2
region = var. AWS_REGION
3
+ default_tags {
4
+ tags = {
5
+ ManagedBy = " Terraform"
6
+ AppName = " Indexer"
7
+ }
8
+ }
3
9
}
4
10
data "aws_caller_identity" "current" {}
5
11
You can’t perform that action at this time.
0 commit comments