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 May 2, 2024
1 parent 20fab90 commit 7af20d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/resolver-inbound-endpoint/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 7af20d1

Please sign in to comment.