Skip to content

Commit 3564e64

Browse files
authored
Merge pull request #12 from FullStackWithLawrence/dependabot/terraform/api/terraform/terraform-aws-modules/acm/aws-tw-5.0
Update terraform-aws-modules/acm/aws requirement from ~> 4.3 to ~> 5.0 in /api/terraform
2 parents 38b6658 + e02a410 commit 3564e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/terraform/route53.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ resource "aws_route53_record" "api" {
5353
module "acm" {
5454
count = var.create_custom_domain ? 1 : 0
5555
source = "terraform-aws-modules/acm/aws"
56-
version = "~> 4.3"
56+
version = "~> 5.0"
5757

5858
# un-comment this if you choose a region other than us-east-1
5959
# providers = {

0 commit comments

Comments
 (0)