Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 241

You are working on some new application features and you want to spin up a copy of your production deployment to perform some quick tests. In order to avoid having to configure a new state backend, what open source Terraform feature would allow you create multiple states but still be associated with your current code?

    Correct Answer: D

    Terraform workspaces allow you to manage multiple states within the same configuration, which enables you to spin up a copy of your production deployment for testing without requiring a new state backend. This feature is specifically designed to handle such scenarios where different environments need to be associated with the same code base.

Discussion
Oleg_golOption: D

D. Terraform workspaces

Stargazer11Option: D

D. Terraform workspaces