feat: Create kubeconfig with non-executable permissions (#864)

* Create kubeconfig with non-executable permissions

Kubeconfig does not really need to be executable, so let's not create it with executable bit set.

* Bump tf version
This commit is contained in:
graywolf-at-work
2020-05-06 19:36:58 +00:00
committed by GitHub
parent 99f59bfcc9
commit 312596f46d
3 changed files with 8 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ terraform {
required_providers {
aws = ">= 2.52.0"
local = ">= 1.2"
local = ">= 1.4"
null = ">= 2.1"
random = ">= 2.1"
kubernetes = ">= 1.11.1"