Skip to content

Commit

Permalink
fix(deps): update terraform random to latest for deployable modules /…
Browse files Browse the repository at this point in the history
… architectures (#181)
  • Loading branch information
terraform-ibm-modules-ops authored May 25, 2024
1 parent 1dc7f75 commit f9415ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/secure/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
random = {
source = "hashicorp/random"
version = ">= 3.6.1, < 4.0.0"
version = ">= 3.6.2, < 4.0.0"
}
}
}

0 comments on commit f9415ae

Please sign in to comment.