Which of the following is not an action performed by terraform init?
- ACreate template configuration files (correct answer)
- BInitialize a configured backend
- CRetrieve the source code for all referenced modules
- DLoad required provider plugins
Reveal answer & explanationHide answer
The correct answer is A. Option A: Create template configuration files


