Skip to content

Commit

Permalink
test(record): swap value for content
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Aug 29, 2024
1 parent 3ab7b24 commit 61c8933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/terraform/cloudflare_record/test.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ resource "cloudflare_record" "terraform_managed_resource" {
proxied = false
ttl = 120
type = "A"
value = "198.51.100.4"
content = "198.51.100.4"
zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
}

0 comments on commit 61c8933

Please sign in to comment.