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
8
versions.tf
Normal file
8
versions.tf
Normal file
|
@ -0,0 +1,8 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
cloudflare = {
|
||||
source = "cloudflare/cloudflare"
|
||||
version = "~> 4"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue