hashicorp / terraform-provider-netlify

Terraform Netlify provider. Please note: This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://registry.terraform.io
Mozilla Public License 2.0
56 stars 35 forks source link

Add support for 'domain_aliases' #30

Open gozer opened 5 years ago

gozer commented 5 years ago

Can now support a list of domain aliases:

resource "netlify_site" "site" {
  [...]
  domain_aliases = [
    "www1.example.com",
    "www2.example.com",
  ]
}

Fixes #29

ziegeer commented 5 years ago

HI we depend on the domain aliases Netlify feature and would love to be able to use Terraform for it. Is there some way I can help get this merged? I can verify this PR code works well.

dcow commented 4 years ago

Any update?

limed commented 4 years ago

Bump, any update on this?

yacinehmito commented 4 years ago

Hello @paultyng. How can I help get this merged?