-
If running 'terramate run terraform plan' from a directory with several stacks beneath it is there a way to save the plan output to file(s).
-
**Describe the bug**
A clear and concise description of what the bug is.
I have next string in my generate_hcl function call
`terraform${tm_try(global.state_bucket_key, terramate.path)}/terraform…
-
`local.create_policy` is checked for null here https://github.com/mineiros-io/terraform-google-folder-iam/blob/main/main.tf#L48 where the value is a boolean. This results in...
```
╷
│ Error: In…
-
**Is your feature request related to a problem? Please describe.**
Nope.
**Describe the solution you'd like**
Provide an option to install `Terramate` via Homebrew Tap (https://docs.brew.sh/Taps)…
-
I'm not entirely sure here why a set would be preferred over a numbered list, but with this usage:
`app_installations = [ var.some_number ]`
Produces:
```
The given "for_each" argument val…
-
https://registry.terraform.io/providers/integrations/github/latest/docs/resources/app_installation_repository
It would be useful to have support for this within the module.
-
Hi, This is my First Issue for `mineiros` i didn't see any contribution guide line so i will do my best to supply all information needed.
When running `terramate plan run-order` the output are onl…
-
Hello,
Do you folks have anything in the roadmap to manage the connectors in TF?
Would be super nice, for example, to manage S3 Synk for backup purposes and keep the connector config updated dynamic…
-
Hello,
It looks like this module prefers to use `branch_protection_v3` rather than `branch_protection` while the documentation here makes it sound like https://registry.terraform.io/providers/integ…
-
I have setup automatic creations of clusters, topics, service account, ACL's
However there is no option to output the API key & secret for the service account in the `confluentcloud_service_account…