terratest icon indicating copy to clipboard operation
terratest copied to clipboard

Setting up Terratest in GitHub Actions

Open mostlycloudysky opened this issue 2 years ago • 2 comments

Describe the solution you'd like Currently, for setting up terratest in a github actions workflow, terraform cli needs to be installed. Given terraform has come up with custom Docker GitHub Actions that interact with Terraform Cloud API's rather than the traditional Terraform CLI, is there any plan to provide this capability with terratest as well.

Describe alternatives you've considered Currently, we package terraform cli from internet and store it in our on perm artifact repo and pull it down for setting up before running terratest

Additional context Here is terraform;s cloud workflow with GitHub :- https://github.com/hashicorp/tfc-workflows-github

mostlycloudysky avatar Jan 29 '24 11:01 mostlycloudysky

Thank you for the awesome work with terratest.

Could anyone please review my github issue and let me know if there is any roadmap to leverage terraform APIs vs cli

mostlycloudysky avatar Feb 06 '24 01:02 mostlycloudysky

Hi, I'm not sure if will be possible to integrate directly Terraform code in Terratest now because of the license change

denis256 avatar Feb 07 '24 19:02 denis256