@@ -1,30 +1,12 @@
if TERRAFORM_OCI
+menu "Resource location"
+source "terraform/oci/kconfigs/Kconfig.location"
+endmenu
menu "Identity & Access"
source "terraform/oci/kconfigs/Kconfig.identity"
endmenu
-config TERRAFORM_OCI_REGION
- string "OCI Region"
- help
- This option will set the OCI resource location.
- Read this:
- https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
-
-config TERRAFORM_OCI_AVAILABLITY_DOMAIN
- string "OCI availablity domain"
- help
- The name of the availability domain.
- Read this:
- https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
-
-config TERRAFORM_OCI_COMPARTMENT_OCID
- string "OCI compartment OCID"
- help
- The OCI ID of user's compartment.
- Read this:
- https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
-
config TERRAFORM_OCI_SHAPE
string "OCI shape name"
help
new file mode 100644
@@ -0,0 +1,20 @@
+config TERRAFORM_OCI_REGION
+ string "OCI Region"
+ help
+ This option will set the OCI resource location.
+ Read this:
+ https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
+
+config TERRAFORM_OCI_AVAILABLITY_DOMAIN
+ string "OCI availablity domain"
+ help
+ The name of the availability domain.
+ Read this:
+ https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
+
+config TERRAFORM_OCI_COMPARTMENT_OCID
+ string "OCI compartment OCID"
+ help
+ The OCI ID of user's compartment.
+ Read this:
+ https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm