Skip to content

Commit 4d46d90

Browse files
authored
Merge pull request #461 from FullStackWithLawrence/dependabot/terraform/terraform/terraform-aws-modules/acm/aws-tw-6.0
chore(deps): update terraform-aws-modules/acm/aws requirement from ~> 5.0 to ~> 6.0 in /terraform
2 parents f6bcc46 + c00e70c commit 4d46d90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/route53.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resource "aws_route53_record" "api" {
3333

3434
module "acm" {
3535
source = "terraform-aws-modules/acm/aws"
36-
version = "~> 5.0"
36+
version = "~> 6.0"
3737

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

0 commit comments

Comments
 (0)