From 452cb4e90a850bc6c876bc1c0d18c93fbfd8aed2 Mon Sep 17 00:00:00 2001 From: devex-sa <65592364+devex-sa@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:35:27 +0000 Subject: [PATCH] Github Actions update blueprints for SSM Agent module --- aws-ssm-agent/generic/terraform/module.tf | 2 +- aws-ssm-agent/generic/terragrunt/test/ssm-agent/terragrunt.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-ssm-agent/generic/terraform/module.tf b/aws-ssm-agent/generic/terraform/module.tf index 2b07b1d..3d2d79f 100644 --- a/aws-ssm-agent/generic/terraform/module.tf +++ b/aws-ssm-agent/generic/terraform/module.tf @@ -15,7 +15,7 @@ provider "aws" { module "db_instance" { - source = "git::https://github.com/dfds/terraform-aws-ssm-agent?ref=1.0.1" + source = "git::https://github.com/dfds/terraform-aws-ssm-agent?ref=1.1.1" # Provide a cost centre for the resource. # Valid Values: . diff --git a/aws-ssm-agent/generic/terragrunt/test/ssm-agent/terragrunt.hcl b/aws-ssm-agent/generic/terragrunt/test/ssm-agent/terragrunt.hcl index 16d69bb..ba6e8f1 100644 --- a/aws-ssm-agent/generic/terragrunt/test/ssm-agent/terragrunt.hcl +++ b/aws-ssm-agent/generic/terragrunt/test/ssm-agent/terragrunt.hcl @@ -1,5 +1,5 @@ terraform { - source = "git::https://github.com/dfds/terraform-aws-ssm-agent//?ref=1.0.1" + source = "git::https://github.com/dfds/terraform-aws-ssm-agent//?ref=1.1.1" } # Include all settings from the parent terragrunt.hcl file