Skip to content

Commit

Permalink
updated aws route53 module
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Dec 25, 2024
1 parent 3e60f5c commit 8be2c5f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion terraform/modules/aws-r53/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data "aws_route53_zone" "main" {

module "r53_zone" {
source = "terraform-aws-modules/route53/aws//modules/zones"
version = "2.11.1"
version = "4.1.0"

create = var.create_r53_zone

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8be2c5f

Please sign in to comment.