Skip to content

Commit

Permalink
docs: updated parameters in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Mukadam <[email protected]>
  • Loading branch information
hyder committed Dec 7, 2021
1 parent 2cf89ce commit b5d2048
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ cp terraform.tfvars.example terraform.tfvars
```
api_fingerprint = ""
api_private_key_path = ""
verrazzano_regions = {
home = "us-phoenix-1"
v8o = "ap-sydney-1"
}
home_region = "us-phoenix-1"
region = "ap-sydney-1"
tenancy_id = ""
user_id = ""
Expand All @@ -41,6 +41,10 @@ label_prefix = "dev"
ssh_private_key_path = "~/.ssh/id_rsa"
ssh_public_key_path = "~/.ssh/id_rsa.pub"
verrazzano_name = "v8o"
verrazzano_type = "dev"
verrazzano_version = "1.0.3"
```

### 3. Run Terraform
Expand Down

0 comments on commit b5d2048

Please sign in to comment.