Skip to content

Commit

Permalink
chore(format): terraform fmt on dns module (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
caetano-colin authored May 15, 2024
1 parent 2e9d699 commit fe3b1b4
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 fe3b1b4

Please sign in to comment.