sassoftware / viya4-iac-gcp

This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products on Google Cloud
Apache License 2.0
21 stars 17 forks source link

feat: (IAC-557) Add gke_pod_subnet_cidr to the output #145

Closed jarpat closed 2 years ago

jarpat commented 2 years ago

Changes

Add gke_pod_subnet_cidr to the terraform output so that it can be consumed by viya4-deployment

Tests

Ensured that gke_pod_subnet_cidr output is included in the .tfstate file

thpang commented 2 years ago

Is the gke_pod_subnet_cidr not internal to the cluster? Why do we need this in place we don't typically expose the service or pod network outside of the cluster. Need more of a reason this is needed.

jarpat commented 2 years ago

Is the gke_pod_subnet_cidr not internal to the cluster? Why do we need this in place we don't typically expose the service or pod network outside of the cluster. Need more of a reason this is needed.

Revisiting this change.