Skip to content

Commit

Permalink
build(deps): update hashicorp/template requirement in /_example/fargate
Browse files Browse the repository at this point in the history
Updates the requirements on [hashicorp/template](https://github.com/hashicorp/terraform-provider-template) to permit the latest version.
- [Changelog](https://github.com/hashicorp/terraform-provider-template/blob/master/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-template@v2.1.2...v2.2.0)

---
updated-dependencies:
- dependency-name: hashicorp/template
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 074a2cc commit cad0984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auto-scaling/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
}
template = {
source = "hashicorp/template"
version = "~>2.1.2"
version = "~>2.2.0"
}
}
}

0 comments on commit cad0984

Please sign in to comment.