Jason
Jason
**Description** After following all the steps in the readme, the npm start command fails on terraform installer task. **To Reproduce** Steps to reproduce the behavior: 1. Clone repository locally 2....
Right now a regex is ran to detect if any changes happen. Investigate if there would be a way to detect the changes in a less error prone way. Ideas:...
The tests are now failing on main since the merge of the change of using -p for passwords on login. @rubensprt FYI, these also fail locally so should be easy...
This field seems to produce no end of confusion so I think we should just rid of it and, instead, use the name of the current job or stage. It...
### What problem are you facing? Currently terraform-docs has a few builtin functions that can be called from the content template. There is currently a plugin that can be used...
### What problem are you facing? The templates are very strictly hard coded and if you want to change something simple you have to completely rewrite most of the template....
### Module version ``` v1.6.1 ``` ### Relevant provider source code ```go function.ObjectParameter{ Name: "args", Description: "Extra variables for use in format.", AllowNullValue: true, AttributeTypes: map[string]attr.Type{ "location": types.StringType, "extra_tokens": types.MapType{ElemType:...
Right now the adaptor seems to generate a v3 function sk_render but in my project I'm using v4 functions.
Currently the whole pipeline is running in Azure Devops. This allows integration testing of the tasks. However, this means that Pull Requests do not run even the unit tests, making...