Skip to content

Commit

Permalink
Merge branch 'main' of github.com:caetano-colin/terraform-google-ente…
Browse files Browse the repository at this point in the history
…rprise-genai into refactor/ml-infra-projects
  • Loading branch information
caetano-colin committed May 15, 2024
2 parents bea34fa + fe3b1b4 commit a15a1c8
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 a15a1c8

Please sign in to comment.