Changed required flag to optional on key_name argument for aws_key_pair resource. (#9992)

This commit is contained in:
Nick Santamaria 2016-11-09 23:54:12 +11:00 committed by Paul Stack
parent 0c7b914e9c
commit d6d3e51906
1 changed files with 1 additions and 1 deletions

View File

@ -31,8 +31,8 @@ resource "aws_key_pair" "deployer" {
The following arguments are supported:
* `key_name` - (Required) The name for the key pair.
* `public_key` - (Required) The public key material.
* `key_name` - (Optional) The name for the key pair.
## Attributes Reference