Login
Remember
Register
Ask a Question
What do you understand by terraform backend?
0
votes
asked
Mar 6, 2023
in
Terraform
by
rajeshsharma
What do you understand by terraform backend?
terraform-backend
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 6, 2023
by
rajeshsharma
Each Terraform configuration can specify a backend, which defines two main things:
Where operations are performed
Where the state is stored (Terraform keeps track of all the resources created in a state file)
...