linode_instance/data.linode_domain.this.tf

4 lines
59 B
HCL

data "linode_domain" "this" {
domain = var.domain_name
}