We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c0206 commit 30a094eCopy full SHA for 30a094e
docs/resources/env_k8s.md
@@ -86,7 +86,7 @@ module "altinitycloud_connect" {
86
87
resource "altinitycloud_env_k8s" "this" {
88
name = altinitycloud_env_certificate.this.env_name
89
- distribution = "GCP"
+ distribution = "GKE"
90
// node_groups should match existing node pools configuration.
91
node_groups = [
92
{
examples/resources/altinitycloud_env_k8s/gke/main.tf
@@ -14,7 +14,7 @@ module "altinitycloud_connect" {
14
15
16
17
18
19
20
0 commit comments