Skip to content

Commit

Permalink
lock kubernetes provider to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
steved committed Feb 10, 2020
1 parent 35789fe commit 1c81b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
google = ">=3.1.0"
google-beta = ">=3.1.0"
http = ">=1.1.1"
kubernetes = ">=1.10.0"
kubernetes = "~> 1.10.0"
local = ">=1.4.0"
random = ">=2.2"
}
Expand Down

0 comments on commit 1c81b2f

Please sign in to comment.