Skip to content

Commit

Permalink
Bump terraform-google-modules/cloud-dns/google from 5.0.1 to 5.1.1 in…
Browse files Browse the repository at this point in the history
… /terraform (#315)

Bump terraform-google-modules/cloud-dns/google in /terraform

Bumps [terraform-google-modules/cloud-dns/google](/~https://github.com/terraform-google-modules/terraform-google-cloud-dns) from 5.0.1 to 5.1.1.
- [Release notes](/~https://github.com/terraform-google-modules/terraform-google-cloud-dns/releases)
- [Changelog](/~https://github.com/terraform-google-modules/terraform-google-cloud-dns/blob/master/CHANGELOG.md)
- [Commits](terraform-google-modules/terraform-google-cloud-dns@v5.0.1...v5.1.1)

---
updated-dependencies:
- dependency-name: terraform-google-modules/cloud-dns/google
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent d7dd940 commit c80b0f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions terraform/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {

module "cloud-dns-private-google-apis" {
source = "terraform-google-modules/cloud-dns/google"
version = "5.0.1"
version = "5.1.1"

description = "Private DNS zone for Google APIs"
domain = "googleapis.com."
Expand Down Expand Up @@ -53,7 +53,7 @@ module "cloud-dns-private-google-apis" {

module "cloud-dns-private-container-registry" {
source = "terraform-google-modules/cloud-dns/google"
version = "5.0.1"
version = "5.1.1"

description = "Private DNS zone for Container Registry"
domain = "gcr.io."
Expand Down Expand Up @@ -85,7 +85,7 @@ module "cloud-dns-private-container-registry" {

module "cloud-dns-private-artifact-registry" {
source = "terraform-google-modules/cloud-dns/google"
version = "5.0.1"
version = "5.1.1"

description = "Private DNS zone for Artifact Registry"
domain = "pkg.dev."
Expand Down Expand Up @@ -117,7 +117,7 @@ module "cloud-dns-private-artifact-registry" {

module "source-repositories-private-artifact-registry" {
source = "terraform-google-modules/cloud-dns/google"
version = "5.0.1"
version = "5.1.1"

description = "Private DNS zone for Cloud Source Repositories"
domain = "source.developers.google.com."
Expand Down Expand Up @@ -151,7 +151,7 @@ module "distributed-tff-example-dns" {
count = local.distributed_tff_example_is_there_a_coordinator && local.distributed_tff_example_are_workers_outside_the_coordinator_mesh ? 1 : 0

source = "terraform-google-modules/cloud-dns/google"
version = "5.0.1"
version = "5.1.1"

description = "Private DNS zone for the distributed TensorFlow Federated example"
domain = "${local.distributed_tff_example_external_domain}."
Expand Down

0 comments on commit c80b0f1

Please sign in to comment.