Skip to content

Commit

Permalink
refactor: switch to supported kubectl provider (#68)
Browse files Browse the repository at this point in the history
* chore: update Wayfinder to version 2.8.1 (#61)

* chore: update Wayfinder to version 2.8.1
* chore: update kube version to 1.30

* feat: add permissions to installer for private links (#62)

Co-authored-by: Adam Smith <[email protected]>

* refactor: switch to supported kubectl provider (#67)

* chore: update Wayfinder to version 2.8.1 (#61)

* chore: update Wayfinder to version 2.8.1
* chore: update kube version to 1.30

* refactor: switch to supported kubectl provider

---------

Co-authored-by: Lewis Marshall <[email protected]>

---------

Co-authored-by: Lewis Marshall <[email protected]>
Co-authored-by: Adam Smith <[email protected]>
Co-authored-by: Adam Smith <[email protected]>
  • Loading branch information
4 people authored Sep 16, 2024
1 parent 4150de2 commit 687f0f4
Show file tree
Hide file tree
Showing 16 changed files with 433 additions and 270 deletions.
244 changes: 130 additions & 114 deletions .terraform.lock.hcl

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
| <a name="input_enable_wf_cloudaccess"></a> [enable\_wf\_cloudaccess](#input\_enable\_wf\_cloudaccess) | Whether to configure CloudIdentity and admin CloudAccessConfig resources in Wayfinder once installed (requires enable\_k8s\_resources) | `bool` | `true` | no |
| <a name="input_enable_wf_costestimates"></a> [enable\_wf\_costestimates](#input\_enable\_wf\_costestimates) | Whether to configure admin CloudAccessConfig for cost estimates in the account Wayfinder is installed in once installed (requires enable\_k8s\_resources and enable\_wf\_cloudaccess) | `bool` | `true` | no |
| <a name="input_enable_wf_dnszonemanager"></a> [enable\_wf\_dnszonemanager](#input\_enable\_wf\_dnszonemanager) | Whether to configure admin CloudAccessConfig for DNS zone management in the account Wayfinder is installed in once installed (requires enable\_k8s\_resources and enable\_wf\_cloudaccess) | `bool` | `false` | no |
| <a name="input_enable_wf_privatelinks"></a> [enable\_wf\_privatelinks](#input\_enable\_wf\_privatelinks) | Whether to configure admin CloudAccessConfig for Private Link Management in the account wayfinder is installed in once installed (requires enable\_k8s\_resources and enable\_wf\_cloudaccess) | `bool` | `false` | no |
| <a name="input_environment"></a> [environment](#input\_environment) | The environment in which the resources are deployed. | `string` | `"production"` | no |
| <a name="input_location"></a> [location](#input\_location) | The Azure region to use. | `string` | `"uksouth"` | no |
| <a name="input_private_dns_zone_id"></a> [private\_dns\_zone\_id](#input\_private\_dns\_zone\_id) | Private DNS zone to use for private clusters | `string` | `null` | no |
Expand Down
163 changes: 91 additions & 72 deletions examples/complete/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/complete/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ terraform {
version = "~> 2.9.0"
}
kubectl = {
source = "gavinbunney/kubectl"
version = "~> 1.14.0"
source = "alekc/kubectl"
version = "~> 2.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
Loading

0 comments on commit 687f0f4

Please sign in to comment.