Skip to content

Instantly share code, notes, and snippets.

View Schachte's full-sized avatar
🫠

Ryan Schachte Schachte

🫠
View GitHub Profile
@Schachte
Schachte / main.tf
Created March 7, 2025 18:03
Repro R2 Terraform CORS
terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "5.1.0"
}
}
required_version = ">= 1.5.7"
}