Skip to content

Commit

Permalink
Update Terraform terraform-google-modules/cloud-dns/google to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent 50b3b45 commit d601ccc
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 d601ccc

Please sign in to comment.