Skip to content

Commit

Permalink
Use a loose version requirement, to make it runnable with the develop…
Browse files Browse the repository at this point in the history
…ment version built with "task install" command (#361)
  • Loading branch information
felladrin committed Oct 15, 2022
1 parent b07918e commit 54d491b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/serviceaccount/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "= 1.6.0"
version = ">= 1.0.0"
}
}
required_version = ">= 0.13"
Expand Down

0 comments on commit 54d491b

Please sign in to comment.