Skip to content

Commit 9651233

Browse files
committed
docs: make generate
1 parent 60bc221 commit 9651233

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.web-docs/components/builder/oci/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ based on which authentication method is used.
101101
- `use_instance_principals` (boolean) - Whether to use [Instance
102102
Principals](https://docs.cloud.oracle.com/en-us/iaas/Content/Identity/Tasks/callingservicesfrominstances.htm)
103103
instead of User Principals. If this key is set to true, setting any one of the `access_cfg_file`,
104-
`access_cfg_file_account`, `region`, `tenancy_ocid`, `user_ocid`, `key_file`, `fingerprint`,
104+
`access_cfg_file_account`, `region`, `tenancy_ocid`, `user_ocid`, `key`, `key_file`, `fingerprint`,
105105
`pass_phrase` parameters will cause an invalid configuration error.
106106
Defaults to `false`.
107107

@@ -135,6 +135,9 @@ or configured for the default OCI CLI authenticaton profile.
135135
[OCI config file](https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/sdkconfig.htm)
136136
if present. This cannot be used along with the `use_instance_principals` key.
137137

138+
- `key` (string) - The contents of the OCI API signing key. Overrides value provided by the `key_file`.
139+
This cannot be used along with the `use_instance_principals` key.
140+
138141
- `key_file` (string) - Full path and filename of the OCI API signing key. Overrides value provided
139142
by the [OCI config file](https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/sdkconfig.htm)
140143
if present. This cannot be used along with the `use_instance_principals` key.

builder/oci/config.hcl2spec.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)