Skip to content

Commit

Permalink
Merge pull request #17 from masterpointio/chore/update-ssm-agent-depe…
Browse files Browse the repository at this point in the history
…ndency-version

chore: update ssm agent dependency version for al2023 upgrade
  • Loading branch information
oycyc authored Jul 5, 2024
2 parents d9eb408 + 35e3f50 commit 69e16ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/complete/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "~> 5.0"
}
tailscale = {
source = "tailscale/tailscale"
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ locals {

module "tailscale_subnet_router" {
source = "masterpointio/ssm-agent/aws"
version = "1.1.0"
version = "1.2.0"

context = module.this.context
tags = module.this.tags
Expand Down

0 comments on commit 69e16ca

Please sign in to comment.