aws / aws-proton-public-roadmap

This is the public roadmap for AWS Proton
https://aws.amazon.com/proton
Other
198 stars 13 forks source link

[BUG]: tfvars not generating randomly #76

Closed nsb413 closed 1 year ago

nsb413 commented 1 year ago

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? I am trying to create an environment template with VPC and ECS cluster etc. For an unknown reason, tfvars stopped generating, its missing in the pull request.

Are you currently working around this issue? How are you currently solving this problem? NA

Additional context I am using var.environment.inputs etc in my main.tf. pull request used to have tfvars, but it is no longer generating.

nsb413 commented 1 year ago

proton.auto.tfvars.json is not generating. I am using self-provisioned method.

nsb413 commented 1 year ago

User error, my gitignore file has tfvars in it, so tfvars wasn't generating.