Files
linode_instance/data.linode_domain.this.tf
T

4 lines
59 B
Terraform

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