Vitali S
Results
2
comments of
Vitali S
We faced with the same issue when running destroy (introduced in Terraform 0.14). Actually multiple providers affected `helm`, `kubernetes`, `kubernetes-alpha`. In 0.14 data sources are no longer refreshed on destroy,...
The there multiple use-case with AWS profiles (~/.aws/config, ~/.aws/credentials). If you are using `~/.aws/config` you need: ``` AWS_SDK_LOAD_CONFIG=1 AWS_PROFILE= .... kubergrunt ... ```