mirror of https://github.com/kubernetes/kops.git
aws: Update minimum version for the Terraform provider
This commit is contained in:
parent
5d5e35366c
commit
6131c1e81d
|
|
@ -241,7 +241,7 @@ func (t *TerraformTarget) writeTerraform(buf *bytes.Buffer) {
|
||||||
providerVersions := map[string]map[string]string{
|
providerVersions := map[string]map[string]string{
|
||||||
"aws": {
|
"aws": {
|
||||||
"source": "hashicorp/aws",
|
"source": "hashicorp/aws",
|
||||||
"version": ">= 4.0.0",
|
"version": ">= 5.0.0",
|
||||||
},
|
},
|
||||||
"google": {
|
"google": {
|
||||||
"source": "hashicorp/google",
|
"source": "hashicorp/google",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue