Skip to content

Commit

Permalink
Update tedilabs/misc/aws requirement from ~> 0.10.0 to ~> 0.11.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tedilabs/misc/aws](https://github.com/tedilabs/terraform-aws-misc) to permit the latest version.
- [Release notes](https://github.com/tedilabs/terraform-aws-misc/releases)
- [Commits](tedilabs/terraform-aws-misc@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: tedilabs/misc/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent 37ad51b commit cde20e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eks-node-group/resource-group.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ locals {

module "resource_group" {
source = "tedilabs/misc/aws//modules/resource-group"
version = "~> 0.10.0"
version = "~> 0.11.0"

count = (var.resource_group_enabled && var.module_tags_enabled) ? 1 : 0

Expand Down

0 comments on commit cde20e3

Please sign in to comment.