A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.hashicorp.com/terraform/cli/commands/untaint below:

terraform untaint command reference | Terraform

terraform untaint command

This topic provides reference information about the terraform untaint command.

Terraform has a marker called tainted which it uses to track that an object might be damaged and so a future Terraform plan ought to replace it.

Terraform automatically marks an object as "tainted" if an error occurs during a multi-step "create" action, because Terraform can't be sure that the object was left in a fully-functional state.

You can also manually mark an object as "tainted" using the deprecated command terraform taint, although we no longer recommend that workflow.

If Terraform currently considers a particular object as tainted but you've determined that it's actually functioning correctly and need not be replaced, you can use terraform untaint to remove the taint marker from that object.

This command will not modify any real remote objects, but will modify the state in order to remove the tainted status.

If you remove the taint marker from an object but then later discover that it was degraded after all, you can create and apply a plan to replace it without first re-tainting the object, by using a command like the following:

terraform apply -replace="aws_instance.example[0]"

Usage: terraform untaint [options] address

The address argument is a resource address identifying a particular resource instance which is currently tainted.

This command also accepts the following options:

For configurations using the HCP Terraform CLI integration or the remote backend only, terraform untaint also accepts the option -ignore-remote-version.

For configurations using the local backend only, terraform untaint also accepts the legacy options -state, -state-out, and -backup.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4