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.
Is there a way to increase the session duration for the assumed role on the IACM pod??
Yes, there is an environment variable available that can be used to increase the session duration for the assumed role on the IACM pod. You can try setting the following environment variable in your Terraform workspace:
PLUGIN_AWS_SESSION_DURATION=30m
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.