Difference between revisions of "How to destroy all resources except one?"
Jump to navigation
Jump to search
(Created page with " terraform state rm") |
m (Welcome moved page How to delete all resources except one? to How to destroy all resources except one?) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | * <code>[[terraform state rm]] <resource_to_be_deleted></code> | ||
− | + | == Related == | |
+ | * <code>[[terraform destroy]]</code> | ||
+ | * <code>[[terraform apply -replace]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{terraform state}} | ||
+ | * {{terraform cmd}} | ||
+ | |||
+ | [[Category:Terraform]] |
Latest revision as of 22:28, 27 February 2022
terraform state rm <resource_to_be_deleted>
Related[edit]
See also[edit]
- Terraform state:
terraform [ state | replace-provider | mv ]
,backend.tf
, Remote state backends to manage Terraform state, State locking,terraform force-unlock
terraform
[untaint | fmt
|apply
|show
|state
|init | plan | console | output
|validate
|destroy
|debug
|import
|providers
|get
|graph
|workspaces
|resource
|login
|-var-file
|state mv
|state pull
|state push
|state replace-provider
|state rm
|force-unlock
|env
|tfe
|--version
|remote-exec
|delete on termination
| deprecated commands |terraform --help
]
Advertising: