From 56468ed357301c0e31db97dc3e437432ec5011c5 Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Fri, 20 Dec 2024 19:27:36 +0000 Subject: [PATCH] feat: Add new repo Adding a repo for a Terraform module because I am annoyed that a decent key pair module does not exist. --- .../terraform-aws-ssm-key-pair/terragrunt.hcl | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 github/lazzurs/repos/terraform-aws-ssm-key-pair/terragrunt.hcl diff --git a/github/lazzurs/repos/terraform-aws-ssm-key-pair/terragrunt.hcl b/github/lazzurs/repos/terraform-aws-ssm-key-pair/terragrunt.hcl new file mode 100644 index 0000000..7433148 --- /dev/null +++ b/github/lazzurs/repos/terraform-aws-ssm-key-pair/terragrunt.hcl @@ -0,0 +1,36 @@ +terraform { + source = "tfr:///mineiros-io/repository/github?version=0.18.0" +} + +include { + path = find_in_parent_folders() +} + +# Indicate what region to deploy the resources into +generate "provider" { + path = "provider.tf" + if_exists = "overwrite_terragrunt" + contents = <