Skip to content

Commit d8160c8

Browse files
Made external_cidr an optional parameter
1 parent 0469448 commit d8160c8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/onboarding-with-existing-gke-cluster/tf.vars.example

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ castai_api_url = "https://api.cast.ai"
66
castai_api_token = "<place-holder>"
77
cluster_id = "<place-holder>"
88
organization_id = "<place-holder>"
9-
10-
external_cidr = "<place-holder>" # e.g., "10.0.0.0/16"

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ variable "api_server_address" {
4949
variable "external_cidr" {
5050
description = "External CIDR for IPAM configuration"
5151
type = string
52+
default = "10.0.0.0/16"
5253
}
5354

5455
variable "pod_cidr" {

0 commit comments

Comments
 (0)