mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-21 06:02:58 -06:00
Merge pull request #1754 from ctiwald/ct/vpn-gateway-doc-fix
docs: vpn_gateway vpc_ids are optional, not required.
This commit is contained in:
commit
89b50f7790
@ -26,7 +26,7 @@ resource "aws_vpn_gateway" "vpn_gw" {
|
||||
|
||||
The following arguments are supported:
|
||||
|
||||
* `vpc_id` - (Required) The VPC ID to create in.
|
||||
* `vpc_id` - (Optional) The VPC ID to create in.
|
||||
* `availability_zone` - (Optional) The Availability Zone for the virtual private gateway.
|
||||
* `tags` - (Optional) A mapping of tags to assign to the resource.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user