test 421
Some checks failed
terraform validation / Terraform (push) Failing after 10s

This commit is contained in:
2025-01-13 21:16:35 +01:00
parent 7c5d5b61dc
commit 97691bac2b
2 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
output "record" {
value = cloudflare_record.foobar.hostname
}
output "metadata" {
value = cloudflare_record.foobar.metadata
sensitive = true
}