Skip to content

Instantly share code, notes, and snippets.

@sergeykuzmich
Last active January 23, 2019 14:08
Show Gist options
  • Save sergeykuzmich/b3d1284ad178afb797005f7cd1d6353b to your computer and use it in GitHub Desktop.
Save sergeykuzmich/b3d1284ad178afb797005f7cd1d6353b to your computer and use it in GitHub Desktop.
Terraform definition of DigitalOcean Domain
resource "digitalocean_domain" "default" {
# Domain
name = "example.com"
# IP address of droplet to attach domain
ip_address = "256.100.1.23"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment