feat: add cloudflare workers ai config and global credentials

This commit is contained in:
Ben User
2026-02-01 11:22:52 +00:00
parent 70f160b396
commit b9e7cccaaf
35 changed files with 1806 additions and 10 deletions

View File

@@ -1,20 +1,15 @@
# Configure Terraform to use the locally downloaded OCI provider
terraform {
required_providers {
oci = {
source = "oracle/oci"
version = ">= 4.0.0"
version = "7.32.0"
# Pin to specific version to ensure consistency
}
}
}
# Configure the provider to use local installation
provider "oci" {
# 韩国账号配置 - 使用 ~/.oci/config 中的 [korea] profile
config_file_profile = "korea"
# 或者,如果需要覆盖某些配置,可以显式指定:
# tenancy_ocid = "ocid1.tenancy.oc1..aaaaaaaawfv2wd54ly75ppfjgdgap7rtd3vhtziz25dwx23xo4rbkxnxlapq"
# user_ocid = "ocid1.user.oc1..aaaaaaaaqoa2my3fwh3jbayachyylqyneiveydrjliu2qz65ijlc57ehplha"
# fingerprint = "13:bd:ef:e3:bd:b8:5a:35:1a:b4:2d:82:4b:93:ff:19"
# private_key_path = "~/.oci/oci_api_key_kr.pem"
# region = "ap-chuncheon-1"
}