Added support for selecting the execution_mode and the agent_pool to use in terrafrom cloud. This lets us specify if we want to run it locally, in TFC or using a private agent that we install on a remote network.
Fixes #170
Type of Change
[ ] Bug fix
[x] New feature
[ ] Documentation update
[ ] Other
Testing
See the testing docs for more information about how to test your code
[x] Performed a local terraform plan, apply, and destroy to validate changes.
[x] All tests are passing.
[x] Added, updated, or removed tests when appropriate
Checklist
Before submitting this PR, please ensure the following:
Description
Added support for selecting the
execution_mode
and theagent_pool
to use in terrafrom cloud. This lets us specify if we want to run it locally, in TFC or using a private agent that we install on a remote network.Fixes #170
Type of Change
Testing
See the testing docs for more information about how to test your code
terraform plan
,apply
, anddestroy
to validate changes.Checklist
Before submitting this PR, please ensure the following:
terraform validate
in the root module and all sub modules where I have made changesAdditional Information
Provide any additional information or context about the pull request here.
Thank you for contributing to Station!