Fix incorrect arg in Oracle OCI tutorial

The recently-added support for Oracle's OCI IAM instance principal
authentication included an incorrect arg name in the change to the Oracle
tutorial.  This changes the tutorial to specify the correct arg name.  Thanks to
joe.rosinski@oracle.com for spotting the problem.
This commit is contained in:
Eric R. Rath 2023-04-20 10:20:33 -07:00
parent eaabf715fe
commit bdcdcd1e25

View File

@ -60,7 +60,7 @@ E.g.:
Allow dynamic-group <dynamic-group-name> to manage dns in compartment id <target-compartment-OCID>
```
You'll also need to add the `--oci-instance-principals=true` flag to enable
You'll also need to add the `--oci-auth-instance-principal` flag to enable
this type of authentication. Finally, you'll need to add the
`--oci-compartment-ocid=ocid1.compartment.oc1...` flag to provide the OCID of
the compartment containing the zone to be managed.