key-pair

hadenlabs/key-pair/aws

Terraform Module HCL AWS

Terraform Module to Automatically Generate SSH Key Pairs (Public/Private Keys)

Install
module "key-pair" {
source = "hadenlabs/key-pair/aws"
version = "0.1.1"
}
plain text: /constructs/tfmod-hadenlabs-key-pair-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

![Latest Release](https://github.com/hadenlabs/terraform-aws-key-pair/releases) ![Lint](https://github.com/hadenlabs/terraform-aws-key-pair/actions?workflow=lint-code) ![CI](https://github.com/hadenlabs/terraform-aws-key-pair/actions?workflow=ci) ![Test](https://github.com/hadenlabs/terraform-aws-key-pair/actions?workflow=test) ![pre-commit](https://github.com/pre-commit/pre-commit) ![Conventional Commits](https://conventionalcommits.org) ![KeepAChangelog](https://keepachangelog.com) 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)
NameTypeDescriptionDefault
namestringname of key pair, e.g. 'key-1' or 'key-2' required
public_keystringpublic key required
tagsmap(string)tags (e.g. `map('BusinessUnit','XYZ')`{}
Outputs (2)
instance — key_pair of instance.
name — name of key_pair.
Resources (1)
aws_key_pair
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.1
Cloud AWS
★ Stars0
Forks3
Total downloads9.1k
Inputs3
Outputs2
Resources1
Examples1
LicenseLGPL-3.0
Namespacehadenlabs
Updated