digitalocean_droplet/data.digitalocean_domain.this.tf

4 lines
63 B
HCL

data "digitalocean_domain" "this" {
name = var.domain_name
}