You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/terraformoptions.adoc
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,13 +61,16 @@ EOT
61
61
|
62
62
|none
63
63
64
-
|regions
65
-
|A map of OCI regions where resources will be created. The map must have 2 keys: 1) oke is where OKE will be created 2) home is the tenancy's home region.. {uri-oci-region}[List of regions]. *Required*
64
+
|home_region
65
+
|The tenancy's home region. Required to perform identity operations. *Required*
66
66
|
67
-
regions = {
68
-
home = "us-phoenix-1"
69
-
oke = "ap-sydney-1"
70
-
}
67
+
region = "us-ashburn-1"
68
+
|
69
+
70
+
|region
71
+
|The OCI region where OKE resources will be created. Please select from {uri-oci-region}[list of regions]. *Required*
# List of regions: https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm#ServiceAvailabilityAcrossRegions
33
-
description="A map of OCI regions where resources will be created. The map must have 2 keys: 1) oke is where OKE will be created 2) home is the tenancy's home region."
34
-
type=map(string)
33
+
description="The tenancy's home region. Required to perform identity operations."
34
+
type=string
35
+
}
36
+
37
+
variable"region" {
38
+
# List of regions: https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm#ServiceAvailabilityAcrossRegions
39
+
description="The OCI region where OKE resources will be created."
0 commit comments