mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Updating markdown file for VPC to reflect addition of default network acl id and security group id.
This commit is contained in:
parent
7860dc1ef6
commit
7e4f417107
@ -54,3 +54,5 @@ The following attributes are exported:
|
|||||||
* `enable_dns_hostnames` - Whether or not the VPC has DNS hostname support
|
* `enable_dns_hostnames` - Whether or not the VPC has DNS hostname support
|
||||||
* `main_route_table_id` - The ID of the main route table associated with
|
* `main_route_table_id` - The ID of the main route table associated with
|
||||||
this VPC.
|
this VPC.
|
||||||
|
* `default_network_acl_id` - The ID of the network ACL created by default on VPC creation
|
||||||
|
* `default_security_group_id` - The ID of the security group created by default on VPC creation
|
||||||
|
Loading…
Reference in New Issue
Block a user