Hey all I am trying to use the Terraform provider ...
# support
l
Hey all I am trying to use the Terraform provider to manage alerts and dashboards. I have previously done some testing against a self-hosted ec2 docker deployment of signoz and it was working fine, was probably version that introduced the API keys to the community edition
87
or
88
I think? Now I am trying to run the terraform provider against signos running on an ecs deployment, but it is latest version. The terraform works, (mostly) can plan and apply. It can even do a data lookup of an existing alert that I configured by hand for testing, but on a successful apply of trying to create an alert, it never shows up in Signoz. I've even ecs-exec to the signoz-container and connected to sqlite db and can't find my terraform alert in the rules table. But the Terraform apply succeeds and it makes it into terraform state. Any thoughts?
@Priyanshu Shrivastava seen you on the signoz tf provider repo, any chance I could get some assistance? happy to make an issue if I need to
p
Hey @Lucas Thompson, thanks for bringing it to our attention, can you please create a GitHub issue with detailed steps of what you are trying to achieve and what error you are getting (along with screenshots).
l
will do
created issue, please investigate as possible https://github.com/SigNoz/terraform-provider-signoz/issues/58
@Vibhu Pandey could i get someone to take a look at the issue please? this is hampering our ability to control alerting/dashboards as code.