Skip to content

Commit

Permalink
Merge branch 'main' into upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Nov 5, 2024
2 parents b8e2daa + 34d3a04 commit b702207
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/cloudflare/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,12 @@ resource "cloudflare_record" "cname_enmeshed" {
type = "CNAME"
proxied = true
}

# asset-proxy
resource "cloudflare_record" "cname_asset_proxy" {
zone_id = var.zone_id
name = "asset-proxy"
value = var.domain
type = "CNAME"
proxied = true
}

0 comments on commit b702207

Please sign in to comment.