Q: 5
[Navigate Terraform State and Backends]
One remote backend configuration always maps to a single remote workspace.
Options
Discussion
False , because with the
prefix setting in remote backend config, a single backend can cover multiple remote workspaces. If it only supported name, maybe True, but prefix flips it. Anyone disagree?False tbh
Not quite right, it's False.
False , prefix lets a backend cover multiple workspaces. Easy to miss if you only think of name mapping.
Does anyone have a practice exam showing this as True? The official docs talk about backend config with both name and prefix, so it gets fuzzy. Worth double-checking in the Terraform guide if you're unsure.
False , because if you set a
workspaces.prefix in the backend config, that one config can cover several workspaces with the same prefix. Not always one-to-one. Anyone else notice edge cases with switching?Not always true, so False.
Be respectful. No spam.