Skip to main content
Version: v1.8

AWS KEY-PAIR

Description

Terraform module which creates EC2 key pair on AWS

Specification

Properties

NameDescriptionTypeRequiredDefault
create_key_pairControls if key pair should be createdboolfalse
key_nameThe name for the key pair.stringfalse
key_name_prefixCreates a unique name beginning with the specified prefix. Conflicts with key_name.stringfalse
public_keyThe public key material.stringfalse
tagsA map of tags to add to key pair resource.map(string)false
writeConnectionSecretToRefThe secret which the cloud resource connection will be written towriteConnectionSecretToReffalse

writeConnectionSecretToRef

NameDescriptionTypeRequiredDefault
nameThe secret name which the cloud resource connection will be written tostringtrue
namespaceThe secret namespace which the cloud resource connection will be written tostringfalse