Document required environment variables for OCI configuration
Add documentation about required OCI and AWS credentials for the trantor configuration, clarifying that ~/.oci/config can be used as an alternative to environment variables. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
808bccf0a2
commit
1b1d7896e6
1 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,13 @@
|
||||||
|
# Required environment variables:
|
||||||
|
# instead of OCI variables, ~/.oci/config may also be used
|
||||||
|
# OCI_TENANCY_OCID - Oracle tenancy OCID (or use TF_VAR_* to override variables)
|
||||||
|
# OCI_USER_OCID - Oracle user OCID
|
||||||
|
# OCI_FINGERPRINT - API key fingerprint
|
||||||
|
# OCI_PRIVATE_KEY_PATH - Path to OCI API private key
|
||||||
|
# AWS variables are required
|
||||||
|
# AWS_ACCESS_KEY_ID - Cloudflare R2 access key for state storage
|
||||||
|
# AWS_SECRET_ACCESS_KEY - Cloudflare R2 secret key for state storage
|
||||||
|
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue