added ability to supply additional data in the record name by using /
e.g. priority for MX records: "@/50":server removed .tfstate from repo
This commit is contained in:
commit
d0494f5078
8 changed files with 144 additions and 0 deletions
6
outputs.tf
Normal file
6
outputs.tf
Normal file
|
@ -0,0 +1,6 @@
|
|||
output "zones" {
|
||||
value = data.cloudflare_zone.zone
|
||||
}
|
||||
output "records" {
|
||||
value = cloudflare_record.myrecord
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue