Skip to content

Commit

Permalink
Merge pull request #116 from slalombuild/renovate/terraform-google-mo…
Browse files Browse the repository at this point in the history
…dules-cloud-dns-google-5.x

Update Terraform terraform-google-modules/cloud-dns/google to v5.1.0
  • Loading branch information
davenicoll authored Sep 6, 2023
2 parents 50b3b45 + d601ccc commit ec3a012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/terraform/gcp/dns/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "cloud_dns" {
count = local.enabled ? 1 : 0
source = "terraform-google-modules/cloud-dns/google"
version = "5.0.1"
version = "5.1.0"
project_id = var.project_id
type = var.dns.type
name = module.this.id
Expand Down

0 comments on commit ec3a012

Please sign in to comment.