Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Terraform terraform-aws-modules/route53/aws to v4 #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions zone_api_twdps_digital.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
# create a route53 hosted zone for the subdomain in the account defined by the provider above
module "subdomain_api_twdps_digital" {
source = "terraform-aws-modules/route53/aws//modules/zones"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand All @@ -36,7 +36,7 @@ module "subdomain_api_twdps_digital" {
# Create a zone delegation in the top level domain for this subdomain
module "subdomain_zone_delegation_api_twdps_digital" {
source = "terraform-aws-modules/route53/aws//modules/records"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand Down
4 changes: 2 additions & 2 deletions zone_api_twdps_io.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
# create a route53 hosted zone for the subdomain in the account defined by the provider above
module "subdomain_api_twdps_io" {
source = "terraform-aws-modules/route53/aws//modules/zones"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand All @@ -36,7 +36,7 @@ module "subdomain_api_twdps_io" {
# Create a zone delegation in the top level domain for this subdomain
module "subdomain_zone_delegation_api_twdps_io" {
source = "terraform-aws-modules/route53/aws//modules/records"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand Down
4 changes: 2 additions & 2 deletions zone_dev_twdps_digital.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
# create a route53 hosted zone for the subdomain in the account defined by the provider above
module "subdomain_dev_twdps_digital" {
source = "terraform-aws-modules/route53/aws//modules/zones"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand All @@ -36,7 +36,7 @@ module "subdomain_dev_twdps_digital" {
# Create a zone delegation in the top level domain for this subdomain
module "subdomain_zone_delegation_dev_twdps_digital" {
source = "terraform-aws-modules/route53/aws//modules/records"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand Down
4 changes: 2 additions & 2 deletions zone_dev_twdps_io.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
# create a route53 hosted zone for the subdomain in the account defined by the provider above
module "subdomain_dev_twdps_io" {
source = "terraform-aws-modules/route53/aws//modules/zones"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand All @@ -36,7 +36,7 @@ module "subdomain_dev_twdps_io" {
# Create a zone delegation in the top level domain for this subdomain
module "subdomain_zone_delegation_dev_twdps_io" {
source = "terraform-aws-modules/route53/aws//modules/records"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand Down
4 changes: 2 additions & 2 deletions zone_preview_twdps_digital.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
# create a route53 hosted zone for the subdomain in the account defined by the provider above
module "subdomain_preview_twdps_digital" {
source = "terraform-aws-modules/route53/aws//modules/zones"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand All @@ -36,7 +36,7 @@ module "subdomain_preview_twdps_digital" {
# Create a zone delegation in the top level domain for this subdomain
module "subdomain_zone_delegation_preview_twdps_digital" {
source = "terraform-aws-modules/route53/aws//modules/records"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand Down
4 changes: 2 additions & 2 deletions zone_preview_twdps_io.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
# create a route53 hosted zone for the subdomain in the account defined by the provider above
module "subdomain_preview_twdps_io" {
source = "terraform-aws-modules/route53/aws//modules/zones"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand All @@ -36,7 +36,7 @@ module "subdomain_preview_twdps_io" {
# Create a zone delegation in the top level domain for this subdomain
module "subdomain_zone_delegation_preview_twdps_io" {
source = "terraform-aws-modules/route53/aws//modules/records"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand Down
4 changes: 2 additions & 2 deletions zone_prod_i01_aws_us_east_2_twdps_digital.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
# create a route53 hosted zone for the subdomain in the account defined by the provider above
module "subdomain_prod_i01_aws_us_east_2_twdps_digital" {
source = "terraform-aws-modules/route53/aws//modules/zones"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand All @@ -36,7 +36,7 @@ module "subdomain_prod_i01_aws_us_east_2_twdps_digital" {
# Create a zone delegation in the top level domain for this subdomain
module "subdomain_zone_delegation_prod_i01_aws_us_east_2_twdps_digital" {
source = "terraform-aws-modules/route53/aws//modules/records"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand Down
4 changes: 2 additions & 2 deletions zone_prod_i01_aws_us_east_2_twdps_io.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
# create a route53 hosted zone for the subdomain in the account defined by the provider above
module "subdomain_prod_i01_aws_us_east_2_twdps_io" {
source = "terraform-aws-modules/route53/aws//modules/zones"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand All @@ -36,7 +36,7 @@ module "subdomain_prod_i01_aws_us_east_2_twdps_io" {
# Create a zone delegation in the top level domain for this subdomain
module "subdomain_zone_delegation_prod_i01_aws_us_east_2_twdps_io" {
source = "terraform-aws-modules/route53/aws//modules/records"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand Down
4 changes: 2 additions & 2 deletions zone_qa_twdps_digital.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
# create a route53 hosted zone for the subdomain in the account defined by the provider above
module "subdomain_qa_twdps_digital" {
source = "terraform-aws-modules/route53/aws//modules/zones"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand All @@ -36,7 +36,7 @@ module "subdomain_qa_twdps_digital" {
# Create a zone delegation in the top level domain for this subdomain
module "subdomain_zone_delegation_qa_twdps_digital" {
source = "terraform-aws-modules/route53/aws//modules/records"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand Down
4 changes: 2 additions & 2 deletions zone_qa_twdps_io.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
# create a route53 hosted zone for the subdomain in the account defined by the provider above
module "subdomain_qa_twdps_io" {
source = "terraform-aws-modules/route53/aws//modules/zones"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand All @@ -36,7 +36,7 @@ module "subdomain_qa_twdps_io" {
# Create a zone delegation in the top level domain for this subdomain
module "subdomain_zone_delegation_qa_twdps_io" {
source = "terraform-aws-modules/route53/aws//modules/records"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand Down
4 changes: 2 additions & 2 deletions zone_sbx_i01_aws_us_east_1_twdps_digital.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
# create a route53 hosted zone for the subdomain in the account defined by the provider above
module "subdomain_sbx_i01_aws_us_east_1_twdps_digital" {
source = "terraform-aws-modules/route53/aws//modules/zones"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand All @@ -36,7 +36,7 @@ module "subdomain_sbx_i01_aws_us_east_1_twdps_digital" {
# Create a zone delegation in the top level domain for this subdomain
module "subdomain_zone_delegation_sbx_i01_aws_us_east_1_twdps_digital" {
source = "terraform-aws-modules/route53/aws//modules/records"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand Down
4 changes: 2 additions & 2 deletions zone_sbx_i01_aws_us_east_1_twdps_io.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
# create a route53 hosted zone for the subdomain in the account defined by the provider above
module "subdomain_sbx_i01_aws_us_east_1_twdps_io" {
source = "terraform-aws-modules/route53/aws//modules/zones"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand All @@ -36,7 +36,7 @@ module "subdomain_sbx_i01_aws_us_east_1_twdps_io" {
# Create a zone delegation in the top level domain for this subdomain
module "subdomain_zone_delegation_sbx_i01_aws_us_east_1_twdps_io" {
source = "terraform-aws-modules/route53/aws//modules/records"
version = "3.1.0"
version = "4.1.0"
create = true

providers = {
Expand Down