Cloudflare resources.

This commit is contained in:
2025-10-12 15:12:58 -04:00
parent 5c06f314dd
commit f6ee113145
11 changed files with 1522 additions and 260 deletions
+2 -10
View File
@@ -7,12 +7,8 @@ terraform {
}
backend "s3" {
bucket = "rinoa-terraform"
key = "cloudflare/.tfstate"
endpoints = { s3 = "http://192.168.1.254:9001" }
region = "us-east-fh-pln"
bucket = "rinoa-terraform"
key = "cloudflare/.tfstate"
skip_credentials_validation = true
skip_metadata_api_check = true
skip_region_validation = true
@@ -20,7 +16,3 @@ terraform {
skip_requesting_account_id = true # Optional, set to true if MinIO does not support AWS account ID
}
}
provider "cloudflare" {
api_token = var.cloudflare_token
}