Skip to content

Commit

Permalink
Fixing whitespace and a module name.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjswerdlow committed May 13, 2024
1 parent 1fcc7f2 commit 9d518b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/sap_s4_ha_simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ module "sap_s4_ha" {
source = "terraform-google-modules/sap/google//modules/s4_ha"
version = "~> 1.0"

deployment_name = "my_s4"
deployment_name = "my_s4_ha"
gcp_project_id = var.project_id
filestore_location = "us-east1-b"
region_name = "us-east1"
media_bucket_name = "private-bucket"
zone1_name = "us-east1-b"
zone2_name = "us-east1-c"
}

0 comments on commit 9d518b8

Please sign in to comment.