go-gandi / terraform-provider-gandi

Terraform provider for the Gandi Domain services
Mozilla Public License 2.0
152 stars 45 forks source link

Add the `tags` attribute on the domain resource #127

Closed nlewo closed 2 years ago

nlewo commented 2 years ago

This attribute allows to attach tags to a domain thanks to the tags API: https://api.gandi.net/docs/domains/#v5-domain-domains-domain-tags

Fixes https://github.com/go-gandi/terraform-provider-gandi/issues/125

Draft because it depends on https://github.com/go-gandi/go-gandi/pull/70