According to the Terraform docs routable and outbound_traffic are optional parameters.
However, if they are not set by the user they will be set to false
. This causes conflicts and provision errors to certain templates that have VPNs attached or have internet disabled feature set to true
.
This change seeks to align behavior associated with the REST API of creating an environment. Only required parameters are passed to the create action. Optional parameters are only passed if they are set by the user