I have wrote a GitHub action workflow which creates a new repository using a hardcoded repository name. But now when I want to enhance it by asking the developer for a repository name
I'm having a hard time to inject the value from GitHub into Terraform. The working part of it is the pipeline does get the value inputed by the developer. this is how it's configured
On the terraform side I have the name as environment variable
Document used to create that workflow: