add s3 endpoint to cf r2 secret
This commit is contained in:
@@ -31,6 +31,7 @@ resource "vault_kv_secret" "cf_r2_arcodange_tf" {
|
||||
data_json = jsonencode({
|
||||
S3_SECRET_ACCESS_KEY = module.cf_r2_arcodange_tf_token.r2_credentials.secret_access_key
|
||||
S3_ACCESS_KEY = module.cf_r2_arcodange_tf_token.r2_credentials.access_key_id
|
||||
S3_ENDPOINT = "https://${local.cloudflare_account_id}.eu.r2.cloudflarestorage.com"
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user