Skip to content

Commit

Permalink
chore: update terraform-aws-modules/route53/aws requirement from ~> 2…
Browse files Browse the repository at this point in the history
….0 to ~> 3.1 (#133)

Updates the requirements on [terraform-aws-modules/route53/aws](https://github.com/terraform-aws-modules/terraform-aws-route53) to permit the latest version.

Updates `terraform-aws-modules/route53/aws` to 3.1.0
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-route53/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-route53/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-route53@v2.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/route53/aws
  dependency-type: direct:production
  dependency-group: module-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 624b790 commit 40e0075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/terraform/modules/service/cdn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ module "log_bucket" {

module "records" {
source = "terraform-aws-modules/route53/aws//modules/records"
version = "~> 2.0"
version = "~> 3.1"

zone_id = data.aws_route53_zone.private.zone_id

Expand Down

0 comments on commit 40e0075

Please sign in to comment.