terraform-provider-keycloak icon indicating copy to clipboard operation
terraform-provider-keycloak copied to clipboard

Use TypeSet for strictly defined nested objects

Open tazjin opened this issue 8 years ago • 1 comments

Rather than using TypeMap for things like SMPT configuration, use TypeSet (example).

This also lets us ignore changes to nested resources, thereby fixing #9 "properly" (and also making it possible to ignore SMTP password changes).

tazjin avatar Jun 07 '17 10:06 tazjin

For the record, I would already be done with this if Go had a functioning type system.

tazjin avatar Jun 07 '17 13:06 tazjin