aws∕ec2‒key‒pair - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "aws_ec2_key_pair" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Providers
Name |
Version |
aws |
>= 4.60.0 |
Modules
No modules.
Resources
Inputs
Name |
Description |
Type |
Default |
Required |
key_name |
n/a |
any |
n/a |
yes |
public_key |
n/a |
any |
n/a |
yes |
tags |
n/a |
any |
n/a |
yes |
Outputs
Changelog