Skip to content

Commit 30a094e

Browse files
committed
docs: fix k8s gke distribution example
1 parent 99c0206 commit 30a094e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/env_k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module "altinitycloud_connect" {
8686
8787
resource "altinitycloud_env_k8s" "this" {
8888
name = altinitycloud_env_certificate.this.env_name
89-
distribution = "GCP"
89+
distribution = "GKE"
9090
// node_groups should match existing node pools configuration.
9191
node_groups = [
9292
{

examples/resources/altinitycloud_env_k8s/gke/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module "altinitycloud_connect" {
1414

1515
resource "altinitycloud_env_k8s" "this" {
1616
name = altinitycloud_env_certificate.this.env_name
17-
distribution = "GCP"
17+
distribution = "GKE"
1818
// node_groups should match existing node pools configuration.
1919
node_groups = [
2020
{

0 commit comments

Comments
 (0)