Update Terraform provider poseidon/matchbox to v0.5+

* Relax version constraint to allow future minor version
releases to be used without a corresponding Typhoon change
This commit is contained in:
Dalton Hubble
2021-09-29 23:41:44 -07:00
parent 209efd2f5b
commit cb72b261c7
5 changed files with 8 additions and 4 deletions

View File

@ -142,7 +142,7 @@ terraform {
}
matchbox = {
source = "poseidon/matchbox"
version = "0.4.1"
version = "0.5.0"
}
}
}