Alex Korpusov
Alex Korpusov
Still having `Undefined variable '...'` when my .tfvars are in a directory and used via `terraform apply -var-file=environments/dev.tfvars` ``` environments/ dev.tfvars prod.tfvars test.tfvars main.tf ``` Probably related to [Issue 74](https://github.com/VladRassokhin/intellij-hcl/issues/74)
I am getting same error when json file with terraform output has different values to module outputs. For example when adding a new terraform output value and running `terraform-docs` before...
Thanks for the info on the behaviour of `policy.default`! There are still some missing bits in docs on precedence of `allow` and `deny` policies. If I have two polices for...
Another option for us was to register 3 new Resource Providers added in version `3.90.0` (https://github.com/hashicorp/terraform-provider-azurerm/pull/24645/files) in the used Azure Subscription.
> @akorp @joshvito > > When running Terraform with limited permissions you _must_ disable the automatic Resource Provider registration, that's an expected ([and documented](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs#skip_provider_registration)) requirement - so this is the...
The [link](https://github.com/pauvos/ingress-nginx/commit/35ab8c2b8d2e24f958f4a627568350cb7178267f) posted by @zhdanovartur returns 404 now. Probably a similar solution is described at https://github.com/grafana/grafana/issues/10786#issuecomment-1277000930 and the fix is to replace `"${DS_PROMETHEUS}"` with the empty value `""` in the...
@slok can you pls update the dashboard? 🙏
Seems like there is already one `tolerations` in helm https://github.com/slok/sloth/pull/319 (upd: which also seems to be on a slightly wrong level - on container level, while probably should be on...
In our case before the upgrade to v3 (chart: v5.20.0) we didn't have prometheus scraping of the gateway pods likely because the port names didn't match. ``` kind: ServiceMonitor endpoints:...