Skip to content

Commit

Permalink
Merge pull request #269 from ministryofjustice/ND-377-acm-aws
Browse files Browse the repository at this point in the history
Upgrade aws terraform
  • Loading branch information
laurentb4 authored Jun 10, 2024
2 parents 3349af9 + 3904407 commit 63042d1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 36 deletions.
64 changes: 30 additions & 34 deletions .terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion acm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "acm_label" {
module "acm" {
count = var.enabled ? 1 : 0
source = "terraform-aws-modules/acm/aws"
version = "~> 4.3"
version = "5.0"

domain_name = var.domain_name
zone_id = var.zone_id
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.9.0"
version = "5.32.1"
}
}
}

0 comments on commit 63042d1

Please sign in to comment.