Skip to content

Commit 0cab25f

Browse files
authored
docs: Updated the readme to remove classic access (#1051)
1 parent f941542 commit 0cab25f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
This 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"

0 commit comments

Comments
 (0)