kvendingoldo

Results 81 issues of kvendingoldo

tenv is a modern replacement for tfenv written in Golang. It support Terraform, Terragrunt and OpenTofu. https://github.com/tofuutils/tenv

``` resource "yandex_mdb_opensearch_cluster" "foo" { name = "test" environment = "PRESTABLE" network_id = "${yandex_vpc_network.foo.id}" config { admin_password = "super-password" opensearch { node_groups { name = "group0" assign_public_ip = true hosts_count...

``` │ Error: Error while requesting API to update OpenSearch Cluster (adding dashboards nodegroup) "c9qlf992f5rd61msps4d": server-request-id = 18f533b8-d37c-4d63-b4fa-751e8ca9c7e2 server-trace-id = 5c83471ac53e4470:bc05c63caa68f054:5c83471ac53e4470:1 client-request-id = ee5fca17-3eae-439f-87b8-b52ca82e4b35 client-trace-id = 93996d94-9a9e-4e68-bc66-10dc494ba754 rpc error: code...

``` │ Error: Error while requesting API to update OpenSearch Cluster (updating nodegroup) "c9qlf992f5rd61msps4d": server-request-id = a5c9601b-672f-46e2-8cbc-9255252a8a33 server-trace-id = 9bc0e6f39d9dfbba:cf4013ec7830181b:9bc0e6f39d9dfbba:1 client-request-id = 4604dfea-d186-4592-b1eb-24a2d0046057 client-trace-id = cada5555-c507-43d3-9dec-044f66dbcf2d rpc error: code =...

### Checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session - [X]...

NEED_TO_LABEL

Hi! I saw that you're using tfenv in this repository. It's a really good tool, but it does not support OpenTofu and Terragrunt. My team designed a successor of tenv...

### 请描述您的问题 Hi! I saw that you're using tfenv in this repository. It's a really good tool, but it does not support OpenTofu and Terragrunt. My team designed a successor...

question

Hi! I saw that you're using tfswitch in this repository. It's a really good tool, but it does not support OpenTofu and Terragrunt. My team designed a successor of tenv...

sig/k8s-infra

Hi! I saw that you're using tfswitch. It does not support Terragrunt and OpenTofu, so, I suggest you to switch to tool that can manage all of these tools together:...

You can use [tenv](https://github.com/tofuutils/tenv) that support Terraform as well as OpenTofu (and Terragrunt :) ) in one tool. It allow you to simplify version management and can do much more,...