Q: 4
[Interact with Terraform Modules]
You can develop a custom provider to manage its resources using Terraform.
Options
Discussion
Makes sense, that's True. Terraform lets you build custom providers to manage your own resources if needed.
Is this still True if your custom provider only supports data sources but no resources?
Nah, False is a trap here. True.
Not sure why some pick False here. The question says you can develop a custom provider to manage resources, not that you have to. That fits with Terraform's plugin system, so True. The trap is thinking it's a requirement-it's just about capability. Agree?
False tbh
Is anyone else thinking False here or is the wording just tripping me up? Feels like a trap if you read too fast.
True imo. Had something like this in a mock, you can build custom providers to manage whatever API or system you need. Terraform's plugin framework lets you extend resource support if the built-ins don't cover it.
Be respectful. No spam.