IaCM FAQs
Workspace-related questions
Can we use multiple workspaces in a single stage?
No, a single stage is limited to one workspace. However, a pipeline can include multiple stages, and each stage can be configured to reference a different workspace. This allows you to structure your pipeline to handle multiple workspaces by chaining stages, each performing specific tasks on its assigned workspace.
Cost-related questions
Can drift detection incur additional costs?
No, usage charges are only incurred when an apply
changes resources. The plan
command and drift detection are free.
Module registry-related questions
Can the same module be used with OpenTofu and Terraform?
Yes, modules are agnostic and can be used with either an OpenTofu or Terraform provisioner.