Version bump, Style guide, dns records updates optional, and input validation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
resource "linode_domain_record" "this_ipv6" {
|
||||
domain_id = data.linode_domain.this.id
|
||||
count = var.create_dns_record ? 1 : 0
|
||||
domain_id = data.linode_domain.this[0].id
|
||||
name = var.host_name
|
||||
record_type = "AAAA"
|
||||
target = element(split("/", linode_instance.this.ipv6), 0)
|
||||
|
||||
Reference in New Issue
Block a user