Skip to content

Commit

Permalink
fix security group rules bug (#15114)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu36 authored and stack72 committed Jun 6, 2017
1 parent 93d5679 commit 571e926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The following arguments are supported:
* `image_id` - (Required) The Image to use for the instance. ECS instance's image can be replaced via changing 'image_id'.
* `instance_type` - (Required) The type of instance to start.
* `io_optimized` - (Required) Valid values are `none`, `optimized`, If `optimized`, the launched ECS instance will be I/O optimized.
* `security_groups` - (Optional) A list of security group ids to associate with.
* `security_groups` - (Required) A list of security group ids to associate with.
* `availability_zone` - (Optional) The Zone to start the instance in.
* `instance_name` - (Optional) The name of the ECS. This instance_name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://. If not specified,
Terraform will autogenerate a default name is `ECS-Instance`.
Expand Down

0 comments on commit 571e926

Please sign in to comment.