@@ -1,5 +1,9 @@
if TERRAFORM_OCI
+menu "Identity & Access"
+source "terraform/oci/kconfigs/Kconfig.identity"
+endmenu
+
config TERRAFORM_OCI_REGION
string "OCI Region"
help
@@ -7,34 +11,6 @@ config TERRAFORM_OCI_REGION
Read this:
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
-config TERRAFORM_OCI_TENANCY_OCID
- string "OCI tenant OCID"
- help
- The OCI ID of the tenancy to use.
- Read this:
- https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
-
-config TERRAFORM_OCI_USER_OCID
- string "OCI user OCID"
- help
- The OCI ID of the user to use.
- Read this:
- https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
-
-config TERRAFORM_OCI_USER_PRIVATE_KEY_PATH
- string "OCI user private key path"
- help
- Path to the file containing the private key of the user.
- Read this:
- https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
-
-config TERRAFORM_OCI_USER_FINGERPRINT
- string "OCI user fingerprint"
- help
- Fingerprint for the key pair being used.
- Read this:
- https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
-
config TERRAFORM_OCI_AVAILABLITY_DOMAIN
string "OCI availablity domain"
help
new file mode 100644
@@ -0,0 +1,27 @@
+config TERRAFORM_OCI_TENANCY_OCID
+ string "OCI tenant OCID"
+ help
+ The OCI ID of the tenancy to use.
+ Read this:
+ https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
+
+config TERRAFORM_OCI_USER_OCID
+ string "OCI user OCID"
+ help
+ The OCI ID of the user to use.
+ Read this:
+ https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
+
+config TERRAFORM_OCI_USER_PRIVATE_KEY_PATH
+ string "OCI user private key path"
+ help
+ Path to the file containing the private key of the user.
+ Read this:
+ https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
+
+config TERRAFORM_OCI_USER_FINGERPRINT
+ string "OCI user fingerprint"
+ help
+ Fingerprint for the key pair being used.
+ Read this:
+ https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm