hashicorp / terraform-cdk-action

The Terraform CDK GitHub Action allows you to run CDKTF as part of your CI/CD workflow
Mozilla Public License 2.0
45 stars 18 forks source link

Run all the stacks in a Multi Stack approach #147

Open gcaracuel opened 7 months ago

gcaracuel commented 7 months ago

Description

It is noted at https://github.com/hashicorp/terraform-cdk-action?tab=readme-ov-file#limitations that using * as stackName but of course that is not a valid value in YAML so first idea is to use "*" but that also fails and same for \"*\" setting it to empty string does not work either.

Is this actually supported and that docs needs to be changed?

Links

Help Wanted

Community Note

github-actions[bot] commented 6 months ago

Hi there! 👋 We haven't heard from you in 30 days and would like to know if the problem has been resolved or if you still need help. If we don't hear from you before then, I'll auto-close this issue in 30 days.

gcaracuel commented 6 months ago

Hi there! 👋 We haven't heard from you in 30 days and would like to know if the problem has been resolved or if you still need help. If we don't hear from you before then, I'll auto-close this issue in 30 days.

We actually haven't heard from Hashicorp....