We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73477a6 commit 42fdd51Copy full SHA for 42fdd51
examples/default/main.tf
@@ -53,7 +53,7 @@ data "ibm_is_security_group" "default_sg" {
53
54
module "vpe_security_group" {
55
source = "terraform-ibm-modules/security-group/ibm"
56
- version = "2.1.0"
+ version = "2.2.0"
57
security_group_name = "${var.prefix}-vpe-sg"
58
add_ibm_cloud_internal_rules = false # No need for the internal ibm cloud rules for SG associated with VPEs
59
0 commit comments