Skip to content

Instantly share code, notes, and snippets.

@hamshif
Created January 29, 2018 19:23
Show Gist options
  • Save hamshif/2d86c2dc842be8ae58f37ea69883b9f9 to your computer and use it in GitHub Desktop.
Save hamshif/2d86c2dc842be8ae58f37ea69883b9f9 to your computer and use it in GitHub Desktop.
GKE Terraform Google Plugin 1.5 Debug
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.
------------------------------------------------------------------------
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
+ google_container_cluster.rtp_container_cluster
id: <computed>
addons_config.#: "1"
addons_config.0.horizontal_pod_autoscaling.#: "1"
addons_config.0.horizontal_pod_autoscaling.0.disabled: "true"
addons_config.0.http_load_balancing.#: "1"
addons_config.0.http_load_balancing.0.disabled: "false"
addons_config.0.kubernetes_dashboard.#: <computed>
cluster_ipv4_cidr: <computed>
enable_kubernetes_alpha: "false"
enable_legacy_abac: "true"
endpoint: <computed>
initial_node_count: "1"
instance_group_urls.#: <computed>
logging_service: <computed>
master_auth.#: "1"
master_auth.0.client_certificate: <computed>
master_auth.0.client_key: <computed>
master_auth.0.cluster_ca_certificate: <computed>
master_auth.0.password: <sensitive>
master_auth.0.username: "gbar"
master_version: <computed>
min_master_version: "1.8.6-gke.0"
monitoring_service: <computed>
name: "rtp-container-cluster-master"
network: "default"
network_policy.#: <computed>
node_config.#: "1"
node_config.0.disk_size_gb: "200"
node_config.0.image_type: <computed>
node_config.0.labels.%: "1"
node_config.0.labels.purpose: "dev-rtp-poc-cluster"
node_config.0.local_ssd_count: "0"
node_config.0.machine_type: "n1-standard-8"
node_config.0.oauth_scopes.#: "4"
node_config.0.oauth_scopes.1277378754: "https://www.googleapis.com/auth/monitoring"
node_config.0.oauth_scopes.1632638332: "https://www.googleapis.com/auth/devstorage.read_only"
node_config.0.oauth_scopes.172152165: "https://www.googleapis.com/auth/logging.write"
node_config.0.oauth_scopes.299962681: "https://www.googleapis.com/auth/compute"
node_config.0.preemptible: "false"
node_config.0.service_account: <computed>
node_config.0.tags.#: "3"
node_config.0.tags.0: "dev"
node_config.0.tags.1: "work"
node_config.0.tags.2: "rtp"
node_pool.#: <computed>
node_version: <computed>
project: <computed>
subnetwork: "default"
zone: "europe-west1-b"
+ google_container_node_pool.rtp_container_cluster_node_pool
id: <computed>
autoscaling.#: "1"
autoscaling.0.max_node_count: "1"
autoscaling.0.min_node_count: "1"
cluster: "rtp-container-cluster-master"
initial_node_count: <computed>
management.#: <computed>
name: "node-pool"
node_config.#: "1"
node_config.0.disk_size_gb: "200"
node_config.0.image_type: <computed>
node_config.0.local_ssd_count: "0"
node_config.0.machine_type: "n1-standard-8"
node_config.0.oauth_scopes.#: "4"
node_config.0.oauth_scopes.1277378754: "https://www.googleapis.com/auth/monitoring"
node_config.0.oauth_scopes.1632638332: "https://www.googleapis.com/auth/devstorage.read_only"
node_config.0.oauth_scopes.172152165: "https://www.googleapis.com/auth/logging.write"
node_config.0.oauth_scopes.299962681: "https://www.googleapis.com/auth/compute"
node_config.0.preemptible: "false"
node_config.0.service_account: <computed>
node_count: <computed>
project: <computed>
zone: "europe-west1-b"
Plan: 2 to add, 0 to change, 0 to destroy.
------------------------------------------------------------------------
Note: You didn't specify an "-out" parameter to save this plan, so Terraform
can't guarantee that exactly these actions will be performed if
"terraform apply" is subsequently run.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment