terraform/website/source/docs
Nick Santamaria 8949419bef provider/aws: Add key_name_prefix argument to aws_key_pair resource (#9993)
* Added key_name_prefix to aws_key_pair resource schema.

* Added logic to prefix the aws_key_pair name on create.

* Added aws_key_pair test config for key_name_prefix case.

* Copied test cases from testAccAWSSecurityGroup namespace.

* Modified copied test case to suit aws_key_pair resource.

* Changed required flag to optional on key_name argument for aws_key_pair resource.

* Added documentation for key_name_prefix argument.

* Code style fix.

* Fixed undefined variable error in test.
2016-11-09 15:35:51 +00:00
..
commands website: clarify ".terraform" location for #7301 2016-11-01 23:01:18 -07:00
configuration website: document escaping template vars [GH-9897] 2016-11-07 08:42:46 -08:00
import Add google resources to importability docs 2016-10-20 14:44:07 -07:00
internals Update the docs to indicate that `TF_LOG_PLAN` is append now. 2016-10-18 13:10:15 -07:00
modules Added s3 and unarchiving docs (#9677) 2016-10-28 03:36:22 +02:00
plugins Updated Plugins section. (#8235) 2016-08-16 14:21:33 -05:00
providers provider/aws: Add key_name_prefix argument to aws_key_pair resource (#9993) 2016-11-09 15:35:51 +00:00
provisioners website: Quick pass over some docs pages (#9705) 2016-10-31 08:52:27 +00:00
state state/remote/swift: Enhancements to support full set of Openstack configuration options, plus SSL certs. Documentation updated to support 2016-11-03 07:36:18 +00:00
index.html.markdown