Updated How to use Oracle Cloud Infrastructure DNS (markdown)

Avi Miller
2021-06-20 17:03:08 +10:00
parent 782ef325ce
commit 6ad7184a85

@@ -19,11 +19,11 @@ to generate the API signing keys and determine the required OCIDs.
### Automatic configuration ### Automatic configuration
**No configuration is required** if the [OCI CLI][CLI] is installed with its configuraton file **No configuration is required** if an [OCI CLI][CLI] configuraton file is
located at `$HOME/.oci/config` and uses the `DEFAULT` profile. located at `$HOME/.oci/config` and has a `DEFAULT` profile that can be used to manage
DNS records in the target tenancy.
If necessary, you can overrride either the default configuration file path or profile To override the configuration file path or profile name:
using the following two environment variables:
* `OCI_CLI_CONFIG_FILE`: set to the full path including filename of the OCI SDK and CLI * `OCI_CLI_CONFIG_FILE`: set to the full path including filename of the OCI SDK and CLI
configuration file. configuration file.