v7.1.0
·
466 commits
to main
since this release
7.1.0 (2023-05-05)
Features
- add the ability to remove all rules from the default VPC security group (using variable
clean_default_security_group) (#516) (0a575f4) - add the ability to remove all rules from the default VPC ACL (using variable
clean_default_acl) (#516) (0a575f4)
NOTES:
- Both of these features are optional. If
clean_default_security_grouporclean_default_aclare set to true, then a value must be passed foribmcloud_api_key. It also means the runtime must have the ibmcloud cli and the vpc-infrastructure[infrastructure-service/is] plugin installed - Removal of VPC default rules is not supported by the IBM Terraform provider at this time, so the rules are removed using a back-end command. You will not see the removal of default rules in either Terraform plan or in the Terraform logs.