Teemu Matilainen
Teemu Matilainen
Add `[env] / ignore_keys` configuration to ignore the listed environment variables, in addition to the default ones. Fixes #401
Add `color_stderr` configuration option. If set to `true`, everything printed in stderr is colored as red during the `.envrc` evaluation. This makes the errors much more easier to notice. I...
#1225 fixed the case where a provider was explicitly passed to a module, but stated: > It remains a lint error to declare a required provider when it is implicitly...
### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...
The certificates are not sensitive, only the certificate keys are. My small annoyance came from the `rancher2_cluster` data source, but while at it, I tried to remove the sensitivity flag...
Add `vault_namespace` data source for fetching information of specified or the current namespace. Closes #1748 Relates #1766 Relates #1756 Output from acceptance testing ``` $ make testacc-ent TESTARGS='-run=TestAccDataSourceNamespace' make testacc...
Lists paths of all direct child namespaces. Closes #995 Relates #1768 Output from acceptance testing ``` $ make testacc-ent TESTARGS='-run=TestAccDataSourceNamespace' make testacc TF_ACC_ENTERPRISE=1 ==> Checking that code complies with gofmt...
#### Use-cases As automation and IaC is the new black, we would like to manage all Terraform Cloud configurations with Terraform. Especially the SSO/SAML related resources and data sources are...
### Module version ``` v1.4.1 ``` ### Use-cases Allow users to (optionally) specify a default value for a common argument in many resources and data sources. I.e., the resources and...
It might be useful for having a config option for setting `HTTP_PROXY` etc. environment variables on the Vagrant run. This could maybe even be the default on "local" providers like...