You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the provisioning mode of a private network is readable from the API, we can remove the dependency to IPAM that was introduced to check whether the endpoint was provisioned with IPAM.
EDIT: We still have to enforce the explicit choice between ip_net and enable_ipam in the configuration of private endpoints for RDB Instance and Read Replica. We will be able to remove it when Terraform allows us to use SetNew on nested fields, so that we can set the value of private_network.0.enable_ipam in the diff in a CustomizeDiffFunc.
The text was updated successfully, but these errors were encountered:
Now that the provisioning mode of a private network is readable from the API, we can remove the dependency to IPAM that was introduced to check whether the endpoint was provisioned with IPAM.
EDIT: We still have to enforce the explicit choice between
ip_net
andenable_ipam
in the configuration of private endpoints for RDB Instance and Read Replica. We will be able to remove it when Terraform allows us to use SetNew on nested fields, so that we can set the value ofprivate_network.0.enable_ipam
in the diff in a CustomizeDiffFunc.The text was updated successfully, but these errors were encountered: