-
It is now possible to generate provider docs using the https://www.terraform.io/docs/registry/providers/docs.html#generating-documentation generator and fields embedded in the provider.
Can we gene…
-
Terraform v0.12.2
### Use-cases
We often use `count` to disable a resource (above all in modules) from a boolean var, with statements like `count = var.enabled ? 1 : 0` or `count = var.enabled ?…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Run `boundary authenticate ...`
2. Run `boundary connect ...`
…
-
To allow for better matching and locations, we need to have predefined options for "region".
For example. For global reach, the default should be `Worldwide`. I made the first major change of this …
-
Hi, awesome tool. I'd love to use it at work for my development team, however, the AGPL license forces any system that connects to it to be open sourced. That forces proprietary business services, b…
-
Following the teleport license change https://gigantic.slack.com/archives/C02BM8B09/p1711526979809279
we want to check the alternatives, to be prepared for further changes. Maybe we will also need to…
-
Feature/Enhancement request
I'd like to see support for modifying the parallelism on a per-resource basis.
Use cases:
1. Create a quantity of the same resource, but actions must be executed one at a…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-…
-
Is it possible to:
- render a helm chart locally (using `helm template
- modify/manipulate that helm chart (for example, patch it somehow?)
- then write it back out as yaml?
If it is, if I can…
-
UPDATE: The summary of the accepted proposal at: https://github.com/golang/go/issues/42965#issuecomment-1974089649.
- - -
## Problem
For non-trivial (often multi-language) projects it's oft…