Skip to content

Commit

Permalink
Merge branch 'format/fmt-dns-module' into refactor/ml-infra-projects
Browse files Browse the repository at this point in the history
  • Loading branch information
caetano-colin committed May 14, 2024
2 parents 0d4f692 + ca7c7d2 commit be0ba50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 3-networks-dual-svpc/modules/ml_dns_notebooks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ locals {
***********************************************/

module "notebooks" {
source = "terraform-google-modules/cloud-dns/google"
version = "~> 5.0"
source = "terraform-google-modules/cloud-dns/google"
version = "~> 5.0"

project_id = var.project_id
type = "private"
Expand Down Expand Up @@ -91,8 +91,8 @@ module "notebooks-googleusercontent" {
}

module "kernels-googleusercontent" {
source = "terraform-google-modules/cloud-dns/google"
version = "~> 5.0"
source = "terraform-google-modules/cloud-dns/google"
version = "~> 5.0"

project_id = var.project_id
type = "private"
Expand Down

0 comments on commit be0ba50

Please sign in to comment.