Changed required flag to optional on key_name argument for aws_key_pair resource. (#9992)
This commit is contained in:
parent
0c7b914e9c
commit
d6d3e51906
|
@ -31,8 +31,8 @@ resource "aws_key_pair" "deployer" {
|
||||||
|
|
||||||
The following arguments are supported:
|
The following arguments are supported:
|
||||||
|
|
||||||
* `key_name` - (Required) The name for the key pair.
|
|
||||||
* `public_key` - (Required) The public key material.
|
* `public_key` - (Required) The public key material.
|
||||||
|
* `key_name` - (Optional) The name for the key pair.
|
||||||
|
|
||||||
## Attributes Reference
|
## Attributes Reference
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue