Skip to content

Commit b5d2048

Browse files
committed
docs: updated parameters in docs
Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
1 parent 2cf89ce commit b5d2048

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ cp terraform.tfvars.example terraform.tfvars
2828
```
2929
api_fingerprint = ""
3030
api_private_key_path = ""
31-
verrazzano_regions = {
32-
home = "us-phoenix-1"
33-
v8o = "ap-sydney-1"
34-
}
31+
32+
home_region = "us-phoenix-1"
33+
region = "ap-sydney-1"
34+
3535
tenancy_id = ""
3636
user_id = ""
3737
@@ -41,6 +41,10 @@ label_prefix = "dev"
4141
4242
ssh_private_key_path = "~/.ssh/id_rsa"
4343
ssh_public_key_path = "~/.ssh/id_rsa.pub"
44+
45+
verrazzano_name = "v8o"
46+
verrazzano_type = "dev"
47+
verrazzano_version = "1.0.3"
4448
```
4549

4650
### 3. Run Terraform

0 commit comments

Comments
 (0)