Skip to content

v7.1.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 05 May 09:21
· 466 commits to main since this release
v7.1.0
10a7b0b

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_group or clean_default_acl are set to true, then a value must be passed for ibmcloud_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.