diff --git a/README.md b/README.md index a70405c..d734750 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Available targets: ``` + ## Requirements | Name | Version | @@ -254,6 +255,7 @@ Available targets: | security\_group\_ids | ID on the new AWS Security Group associated with creating instance | | ssh\_key\_pem\_path | Path where SSH key pair was created (if applicable) | + diff --git a/docs/terraform.md b/docs/terraform.md index 251f518..2636675 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -1,3 +1,4 @@ + ## Requirements | Name | Version | @@ -93,3 +94,4 @@ | security\_group\_ids | ID on the new AWS Security Group associated with creating instance | | ssh\_key\_pem\_path | Path where SSH key pair was created (if applicable) | + diff --git a/main.tf b/main.tf index 7da8202..63f6c86 100644 --- a/main.tf +++ b/main.tf @@ -135,7 +135,7 @@ resource "aws_instance" "default" { ## module "ssh_key_pair" { - source = "git::https://github.com/cloudposse/terraform-aws-key-pair.git?ref=tags/0.9.0" + source = "git::https://github.com/cloudposse/terraform-aws-key-pair.git?ref=tags/0.14.0" namespace = var.namespace environment = var.environment stage = var.stage