Skip to content

Commit

Permalink
Merge pull request #39 from dfds/blueprint-updates
Browse files Browse the repository at this point in the history
Github Actions update blueprints for SSM Agent module
  • Loading branch information
Mik-Nord authored Apr 3, 2024
2 parents f5f77cf + 452cb4e commit 2c12492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-ssm-agent/generic/terraform/module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2c12492

Please sign in to comment.