mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-28 12:11:48 +01:00
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:
@@ -131,7 +131,7 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
|
||||
| terraform | >= 0.12.9 |
|
||||
| aws | >= 2.52.0 |
|
||||
| kubernetes | >= 1.11.1 |
|
||||
| local | >= 1.2 |
|
||||
| local | >= 1.4 |
|
||||
| null | >= 2.1 |
|
||||
| random | >= 2.1 |
|
||||
|
||||
@@ -141,7 +141,7 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
|
||||
|------|---------|
|
||||
| aws | >= 2.52.0 |
|
||||
| kubernetes | >= 1.11.1 |
|
||||
| local | >= 1.2 |
|
||||
| local | >= 1.4 |
|
||||
| null | >= 2.1 |
|
||||
| random | >= 2.1 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user