-
-
Save subesokun/ae9893a093c4ce7fcdebf2cb5cc95c0d to your computer and use it in GitHub Desktop.
terraform_stdout_kube_config_raw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
An execution plan has been generated and is shown below. | |
Resource actions are indicated with the following symbols: | |
-/+ destroy and then create replacement | |
Terraform will perform the following actions: | |
-/+ azurerm_kubernetes_cluster.cluster (new resource required) | |
id: "/subscriptions/a-b-c/resourcegroups/my-rg/providers/Microsoft.ContainerService/managedClusters/my-cluster" => <computed> (forces new resource) | |
agent_pool_profile.#: "1" => "1" | |
agent_pool_profile.0.count: "2" => "2" | |
agent_pool_profile.0.dns_prefix: "" => <computed> | |
agent_pool_profile.0.fqdn: "my-cluster-123456.hcp.someregion.azmk8s.io" => <computed> | |
agent_pool_profile.0.name: "default" => "default" | |
agent_pool_profile.0.os_type: "Linux" => "Linux" | |
agent_pool_profile.0.vm_size: "Standard" => "Standard" | |
dns_prefix: "my-cluster" => "my-cluster" | |
fqdn: "my-cluster-123456.hcp.someregion.azmk8s.io" => <computed> | |
kube_config.#: "1" => <computed> | |
kube_config_raw: "apiVersion: v1\nclusters:\n- cluster:\n ... SUPER SENSITIVE CONTENT" => <computed> | |
kubernetes_version: "1.8.2" => "1.8.2" | |
linux_profile.#: "1" => "1" | |
linux_profile.0.admin_username: "someadmin" => "someadmin" | |
linux_profile.0.ssh_key.#: "1" => "1" | |
linux_profile.0.ssh_key.0.key_data: "ssh-rsa ..." (forces new resource) | |
location: "someregion" => "someregion" | |
name: "my-cluster" => "my-cluster" | |
resource_group_name: "my-rg" => "my-rg" | |
service_principal.#: "1" => "1" | |
service_principal.2254561033.client_id: "123-456-789" => "123-456-789" | |
service_principal.2254561033.client_secret: <sensitive> => <sensitive> (attribute changed) | |
tags.%: "0" => <computed> | |
Plan: 1 to add, 0 to change, 1 to destroy. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment