We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b970eb2 commit d05f2d4Copy full SHA for d05f2d4
terraform/oci/kconfigs/Kconfig.identity
@@ -1,9 +1,10 @@
1
config TERRAFORM_OCI_TENANCY_OCID
2
- string "OCI tenant OCID"
+ string "OCI tenancy OCID"
3
+ output yaml
4
help
- The OCI ID of the tenancy to use.
5
- Read this:
6
- https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
+ The OCID of the tenancy to use. See:
+
7
+ https://docs.public.oneportal.content.oci.oraclecloud.com/en-us/iaas/Content/GSG/Reference/faq.htm
8
9
config TERRAFORM_OCI_CONFIG_FILE_PROFILE
10
string "Authentication profile entry"
0 commit comments