ahzhezhe / terraform-generator

Generate Terraform configurations with Node.js.
ISC License
98 stars 19 forks source link

feat: Modify the parameters of ProvisionerArgs to adapt to remote-exec #39

Closed WFUing closed 10 months ago

WFUing commented 10 months ago

When using provisioners, I noticed that only local-exec has a command option, while remote-exec more commonly uses inline. Using command results in an error.