Skip to content

Instantly share code, notes, and snippets.

@tormath1
Created December 15, 2020 10:04
Show Gist options
  • Save tormath1/12c1cc1135fd31041f39f56caea6aa2e to your computer and use it in GitHub Desktop.
Save tormath1/12c1cc1135fd31041f39f56caea6aa2e to your computer and use it in GitHub Desktop.
{"format_version":"0.1","terraform_version":"0.13.5","variables":{"project":{"value":"toto1234"}},"planned_values":{"root_module":{"resources":[{"address":"google_container_cluster.primary","mode":"managed","type":"google_container_cluster","name":"primary","provider_name":"registry.terraform.io/hashicorp/google","schema_version":1,"values":{"description":null,"enable_binary_authorization":false,"enable_intranode_visibility":null,"enable_kubernetes_alpha":false,"enable_legacy_abac":false,"enable_shielded_nodes":false,"enable_tpu":null,"initial_node_count":1,"ip_allocation_policy":[],"location":"us-central1","maintenance_policy":[],"master_auth":[{"client_certificate_config":[{"issue_client_certificate":false}],"password":"","username":""}],"master_authorized_networks_config":[],"min_master_version":null,"name":"cluster-lab","network":"default","pod_security_policy_config":[],"private_cluster_config":[],"remove_default_node_pool":true,"resource_labels":null,"resource_usage_export_config":[],"timeouts":null,"vertical_pod_autoscaling":[],"workload_identity_config":[]}},{"address":"google_container_node_pool.nodes","mode":"managed","type":"google_container_node_pool","name":"nodes","provider_name":"registry.terraform.io/hashicorp/google","schema_version":1,"values":{"autoscaling":[],"cluster":"cluster-lab","location":"us-central1","name":"node-pool-lab","node_config":[{"labels":{"env":"lab"},"machine_type":"e2-medium","metadata":{"disable-legacy-endpoints":"true"},"min_cpu_platform":null,"oauth_scopes":["https://www.googleapis.com/auth/cloud-platform"],"preemptible":true,"tags":null}],"node_count":1,"timeouts":null}}]}},"resource_changes":[{"address":"google_container_cluster.primary","mode":"managed","type":"google_container_cluster","name":"primary","provider_name":"registry.terraform.io/hashicorp/google","change":{"actions":["create"],"before":null,"after":{"description":null,"enable_binary_authorization":false,"enable_intranode_visibility":null,"enable_kubernetes_alpha":false,"enable_legacy_abac":false,"enable_shielded_nodes":false,"enable_tpu":null,"initial_node_count":1,"ip_allocation_policy":[],"location":"us-central1","maintenance_policy":[],"master_auth":[{"client_certificate_config":[{"issue_client_certificate":false}],"password":"","username":""}],"master_authorized_networks_config":[],"min_master_version":null,"name":"cluster-lab","network":"default","pod_security_policy_config":[],"private_cluster_config":[],"remove_default_node_pool":true,"resource_labels":null,"resource_usage_export_config":[],"timeouts":null,"vertical_pod_autoscaling":[],"workload_identity_config":[]},"after_unknown":{"addons_config":true,"authenticator_groups_config":true,"cluster_autoscaling":true,"cluster_ipv4_cidr":true,"database_encryption":true,"default_max_pods_per_node":true,"endpoint":true,"id":true,"instance_group_urls":true,"ip_allocation_policy":[],"label_fingerprint":true,"logging_service":true,"maintenance_policy":[],"master_auth":[{"client_certificate":true,"client_certificate_config":[{}],"client_key":true,"cluster_ca_certificate":true}],"master_authorized_networks_config":[],"master_version":true,"monitoring_service":true,"network_policy":true,"node_config":true,"node_locations":true,"node_pool":true,"node_version":true,"operation":true,"pod_security_policy_config":[],"private_cluster_config":[],"project":true,"release_channel":true,"resource_usage_export_config":[],"self_link":true,"services_ipv4_cidr":true,"subnetwork":true,"vertical_pod_autoscaling":[],"workload_identity_config":[]}}},{"address":"google_container_node_pool.nodes","mode":"managed","type":"google_container_node_pool","name":"nodes","provider_name":"registry.terraform.io/hashicorp/google","change":{"actions":["create"],"before":null,"after":{"autoscaling":[],"cluster":"cluster-lab","location":"us-central1","name":"node-pool-lab","node_config":[{"labels":{"env":"lab"},"machine_type":"e2-medium","metadata":{"disable-legacy-endpoints":"true"},"min_cpu_platform":null,"oauth_scopes":["https://www.googleapis.com/auth/cloud-platform"],"preemptible":true,"tags":null}],"node_count":1,"timeouts":null},"after_unknown":{"autoscaling":[],"id":true,"initial_node_count":true,"instance_group_urls":true,"management":true,"max_pods_per_node":true,"name_prefix":true,"node_config":[{"disk_size_gb":true,"disk_type":true,"guest_accelerator":true,"image_type":true,"labels":{},"local_ssd_count":true,"metadata":{},"oauth_scopes":[false],"service_account":true,"shielded_instance_config":true,"taint":true,"workload_metadata_config":true}],"node_locations":true,"project":true,"upgrade_settings":true,"version":true}}}],"configuration":{"provider_config":{"google":{"name":"google","expressions":{"credentials":{},"project":{"references":["var.project"]},"region":{"constant_value":"europe-west2"}}}},"root_module":{"resources":[{"address":"google_container_cluster.primary","mode":"managed","type":"google_container_cluster","name":"primary","provider_config_key":"google","expressions":{"initial_node_count":{"constant_value":1},"location":{"constant_value":"us-central1"},"master_auth":[{"client_certificate_config":[{"issue_client_certificate":{"constant_value":false}}],"password":{"constant_value":""},"username":{"constant_value":""}}],"name":{"constant_value":"cluster-lab"},"remove_default_node_pool":{"constant_value":true}},"schema_version":1},{"address":"google_container_node_pool.nodes","mode":"managed","type":"google_container_node_pool","name":"nodes","provider_config_key":"google","expressions":{"cluster":{"references":["google_container_cluster.primary"]},"location":{"constant_value":"us-central1"},"name":{"constant_value":"node-pool-lab"},"node_config":[{"labels":{"constant_value":{"env":"lab"}},"machine_type":{"constant_value":"e2-medium"},"metadata":{"constant_value":{"disable-legacy-endpoints":"true"}},"oauth_scopes":{"constant_value":["https://www.googleapis.com/auth/cloud-platform"]},"preemptible":{"constant_value":true}}],"node_count":{"constant_value":1}},"schema_version":1}],"variables":{"project":{}}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment