@@ -2,19 +2,37 @@ provider "aws" {
22 region = var. aws_region
33 default_tags {
44 tags = {
5- " Profile" = var.profile
6- " Owner" = " TODO"
7- " TagVersion" = " 2.0"
8- " DataClassification" = " TODO"
9- " Programme" = var.programme
10- " Service" = var.project_id
11- " Product" = var.project_id
12- " Environment" = var.environment
13- " Environment_Type" = var.aws_account_name
14- " PublicFacing" = " No"
15- " ServiceCategory" = " "
16- " Tool" = " Terraform"
17- " Project" = var.project_display_name
5+ " Environment" = var.environment
6+ " EnvironmentType" = var.aws_account_name
7+ " Product" = var.project_id
8+ " Profile" = var.profile
9+ " Programme" = var.programme
10+ " Project" = var.project_display_name
11+ " ProviderRegion" = var.aws_region
12+ " PublicFacing" = " No"
13+ " Service" = var.project_id
14+ " TagVersion" = " 2.0"
15+ " Tool" = " Terraform"
16+ }
17+ }
18+ }
19+
20+ provider "aws" {
21+ region = var. route53_health_check_alarm_region
22+ alias = " route53_health_check_alarm_region"
23+ default_tags {
24+ tags = {
25+ " Environment" = var.environment
26+ " EnvironmentType" = var.aws_account_name
27+ " Product" = var.project_id
28+ " Profile" = var.profile
29+ " Programme" = var.programme
30+ " Project" = var.project_display_name
31+ " ProviderRegion" = var.route53_health_check_alarm_region
32+ " PublicFacing" = " No"
33+ " Service" = var.project_id
34+ " TagVersion" = " 2.0"
35+ " Tool" = " Terraform"
1836 }
1937 }
2038}
0 commit comments