File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 88
99This module creates the following IBM Cloud® ; Virtual Private Cloud (VPC) network components:
1010
11- - VPC: Creates a VPC in a resource group and supports classic access . The VPC and components are specified in the [ main.tf] ( main.tf ) file.
11+ - VPC: Creates a VPC in a resource group. The VPC and components are specified in the [ main.tf] ( main.tf ) file.
1212- Public gateways: Optionally create public gateways in the VPC in each of the three zones of the VPC's region.
1313- Subnets: Create one to three zones in the [ subnet.tf] ( subnet.tf ) file.
1414- Network ACLs: Create network ACLs with multiple rules. By default, VPC network ACLs can have no more than 25 rules.
@@ -72,7 +72,6 @@ module vpc {
7272 prefix = "my-test"
7373 tags = ["tag1", "tag2"]
7474 vpc_name = "my-vpc"
75- classic_access = true
7675 network_acls = [
7776 {
7877 name = "acl1"
You can’t perform that action at this time.
0 commit comments