QuestionQ91
Terraform modulesWhich argument can be specified in a module block to stop Terraform from updating the module’s configuration during an init or get operation?
- A count
- B lifecycle
- C source
- D version
Which argument can be specified in a module block to stop Terraform from updating the module’s configuration during an init or get operation?
Community Discussion