Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Oct 2, 2023
1 parent beed39b commit ad77175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions var.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ powervs_region = "<region>"
powervs_zone = "<zone>"

# OpenShift Cluster
openshift_api_url = "<openshift_cluster_API_URL>"
openshift_api_url = "<openshift_cluster_API_URL>"

# Required for ignition and automation to run.
powervs_bastion_ip = ""
powervs_bastion_ip = ""
powervs_bastion_private_ip = ""

# The PowerVS machine cidr for your network
# powervs_machine_cidr = "192.168.200.0/24"

# Zone 1's Worker Details
worker_1 = { count = 1, profile = "cx2d-8x16", zone = "ca-tor-1" }
worker_1 = { count = 1, profile = "cx2d-8x16", zone = "ca-tor-1" }

# Zone 2's Worker Details
# worker_2 = { count = 1, profile = "cx2d-8x16", zone = "ca-tor-2" }
Expand Down

0 comments on commit ad77175

Please sign in to comment.