Valerii

Results 31 comments of Valerii

Would be nice to see a proper solution

> The variable description should probably be updated to mention that the `prometheus_server_ip` is actually a CIDR block string since the variable is used directly in the security group. @MarcMeszaros...

> If you don't specify a prometheus server IP in the module variables, you get an error provisioning the security group. > > ``` > │ Error: Null value found...

That seems like a fix for the issue https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1739#issuecomment-1118394988 ``` -vmalert.proxyURL string Optional URL for proxying alerting API requests from Grafana. For example, if -vmalert.proxyURL is set to http://vmalert:8880 ,...

> > vmalert.proxyURL > > Hi @vainkop ! I don't think this will help, because Grafana itself determines where to send the request. The problem is that Grafana stores encoded...

> I feel like there's no need for Terragrunt, since all the problems it solves are already solved via in cluster controllers (tf-controller itself + whatever you use to apply...

> At this moment if you need to have a support of Terraform as well as OpenTofu (and Terragrunt :) ) in one tool you can use https://github.com/tofuutils/tenv which my...

> It doesn't, it offers a completely different solution rather than help introduce terragrunt to this controller. > > But to be completely honest here, terragrunt in the tofu-controller isn't...

> You really like terragrunt, I get it, but it doesn't change that it's not a fit into the tofu-controller. It's not about me liking or disliking Terragrunt, but about...

> try looking into if you could help making that happen Unfortunately my level of Golang isn't yet good enough for such an adventure. > rather that trying to force...