You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#address argument is the address of the resource to mark as tainted.
136
-
-allow-missing #If specified, the command will succeed (exit code 0) even if the resource is missing. The command can still error, but only in critically erroneous cases.
137
-
-backup=path #Path to the backup file. Defaults to -state-out with the ".backup" extension. Disabled by setting to "-".
138
-
-lock=true #Lock the state file when locking is supported.
139
-
-lock-timeout=0s #Duration to retry a state lock.
140
-
-state=path #Path to read and write the state file to. Defaults to "terraform.tfstate". Ignored when remote state is used.
141
-
-state-out=path #Path to write updated state file. By default, the -state path will be used. Ignored when remote state is used.
136
+
-allow-missing #If specified, the command will succeed (exit code 0) even if the resource is missing. The command can still error, but only in critically erroneous cases.
137
+
-backup=path #Path to the backup file. Defaults to -state-out with the ".backup" extension. Disabled by setting to "-".
138
+
-lock=true #Lock the state file when locking is supported.
139
+
-lock-timeout=0s #Duration to retry a state lock.
140
+
-state=path #Path to read and write the state file to. Defaults to "terraform.tfstate". Ignored when remote state is used.
141
+
-state-out=path #Path to write updated state file. By default, the -state path will be used. Ignored when remote state is used.
0 commit comments