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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent 7ac9db0 commit 99a6ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/alb-listener/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
2 changes: 1 addition & 1 deletion modules/alb/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 99a6ab9

Please sign in to comment.