Skip to content

Commit

Permalink
Update Terraform provider poseidon/matchbox to v0.5+
Browse files Browse the repository at this point in the history
* Relax version constraint to allow future minor version
releases to be used without a corresponding Typhoon change
  • Loading branch information
dghubble committed Sep 30, 2021
1 parent 0a24044 commit 92cfff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fedora-coreos/kubernetes/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {

matchbox = {
source = "poseidon/matchbox"
version = "~> 0.4.1"
version = "~> 0.5.0"
}
}
}
2 changes: 1 addition & 1 deletion flatcar-linux/kubernetes/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {

matchbox = {
source = "poseidon/matchbox"
version = "~> 0.4.1"
version = "~> 0.5.0"
}
}
}
Expand Down

0 comments on commit 92cfff3

Please sign in to comment.