key-pair
hadenlabs/key-pair/aws
Terraform Module to Automatically Generate SSH Key Pairs (Public/Private Keys)
Install
README
       terraform-aws-key-pair terraform-aws-key-pair for project Requirements This is a list of plugins that need to be installed previously to enjoy all the goodies of this configuration: - Pyenv - Docker - python - taskfile Usage ``hcl module "main" { source = "hadenlabs/key-pair/aws" version = "0.1.1" name = "name
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | name of key pair, e.g. 'key-1' or 'key-2' | required |
| public_key | string | public key | required |
| tags | map(string) | tags (e.g. `map('BusinessUnit','XYZ')` | {} |
Outputs (2)
instance — key_pair of instance.name — name of key_pair.Resources (1)
Details
Similar packages
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,