Juniper / terraform-provider-apstra

Apstra Terraform Provider
Apache License 2.0
16 stars 2 forks source link

Remove comments suggesting a change to the blueprint resource #932

Closed chrismarget-j closed 1 month ago

chrismarget-j commented 1 month ago

The comments deleted by this PR suggest that we set a default value (ipv4) for fabric_addressing in the apstra_datacenter_blueprint resource...

...But it's not so simple.

Users who have omitted that value will find their blueprint replaced if such a change were implemented.

We could also implement a custom type where null is semantically equal to ipv4, but I don't think it's worth the effort.

This PR is pretty much a "won't do" to those old comments.

Closes #928