Skip to content

Commit

Permalink
refactor(terraform): change use of deprecated parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzzy committed Nov 16, 2024
1 parent 49bd769 commit 5045f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/cloudflare/dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "cloudflare_record" "route" {
type = each.value.type
ttl = each.value.ttl
name = each.value.subdomain
value = each.value.value
content = each.value.value
proxied = each.value.proxied
priority = each.value.priority
}

0 comments on commit 5045f81

Please sign in to comment.