Skip to content

Instantly share code, notes, and snippets.

@stigok
Last active May 3, 2018 14:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save stigok/b7133efd7a5dec635ab9747312b871f5 to your computer and use it in GitHub Desktop.
Terraform debug output for github issue at https://github.com/sl1pm4t/terraform-provider-kubernetes
$ tf plan
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.
kubernetes_namespace.default: Refreshing state... (ID: tkp-test)
kubernetes_stateful_set.ingestor: Refreshing state... (ID: tkp-test/pingers)
------------------------------------------------------------------------
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
~ kubernetes_stateful_set.ingestor
spec.0.update_strategy.0.type: "OnDelete" => "RollingUpdate"
Plan: 0 to add, 1 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