Relay70

Tag: terraform

  • Terraform Conditional Module Execution

    Terraform Conditional Module Execution

    An example of how to setup a conditional execution of a module in Terraform. In this Scenario there are two ProxMox modules. One creates a VM, the other creates an LXC. Terraform will prompt for a the machineType if it is not provided on the command line. It will then execute the appropriate module.Reference:https://github.com/relay70/terraform_proxmoxThe above…