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