mirror of https://github.com/kubernetes/kops.git
Upgrade terraform aws provider to 3.71.0
This commit is contained in:
parent
13243b5add
commit
8031d96bb3
|
|
@ -122,7 +122,7 @@ func (t *TerraformTarget) finishHCL2() error {
|
|||
}
|
||||
writeMap(requiredProvidersBody, "aws", map[string]cty.Value{
|
||||
"source": cty.StringVal("hashicorp/aws"),
|
||||
"version": cty.StringVal(">= 3.59.0"),
|
||||
"version": cty.StringVal(">= 3.71.0"),
|
||||
"configuration_aliases": aliasesVal,
|
||||
})
|
||||
if featureflag.Spotinst.Enabled() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue