Closed chrismarget-j closed 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...
fabric_addressing
apstra_datacenter_blueprint
...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.
null
ipv4
This PR is pretty much a "won't do" to those old comments.
Closes #928
The comments deleted by this PR suggest that we set a default value (ipv4) for
fabric_addressing
in theapstra_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 toipv4
, 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