mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-17 12:12:59 -06:00
website: document security group description requirement
This commit is contained in:
parent
4a0ea48814
commit
9c02e41e73
@ -27,9 +27,9 @@ resource "aws_security_group" "allow_all" {
|
||||
The following arguments are supported:
|
||||
|
||||
* `name` - (Required) The name of the security group
|
||||
* `description` - (Required) The security group description.
|
||||
* `ingress` - (Required) Can be specified multiple times for each
|
||||
ingress rule. Each ingress block supports fields documented below.
|
||||
* `description` - (Optional) The security group description.
|
||||
* `vpc_id` - (Optional) The VPC ID.
|
||||
* `owner_id` - (Optional) The AWS Owner ID.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user