Files
terraform/oracle/us/README.md

26 lines
753 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Oracle Cloud 美国账号配置
## 配置说明
此目录包含美国 Oracle Cloud 账号的 Terraform 配置。配置使用 `~/.oci/config` 文件中的 `[DEFAULT]` profile。
## 账号信息
- **区域**: us-ashburn-1弗吉尼亚
- **Profile**: DEFAULT
- **密钥文件**: ~/.oci/oci_api_key.pem
## 使用方法
```bash
cd /home/ben/terraform/oracle/us
terraform init
terraform plan
terraform apply
```
## 环境配置
如果需要多环境dev/prod可以考虑
1. 在此目录下创建 `environments/` 子目录
2. 或者使用根目录的共享 `environments/``modules/` 目录
## 注意事项
- 确保 `~/.oci/config` 中的 [DEFAULT] 配置正确
- 美国区域的资源命名和合规要求可能与其他区域不同