terraform-provider-grafana
terraform-provider-grafana copied to clipboard
[Feature Request]: Add Firehose URL to stack
Feature Request
There's currently no way to get the Firehose log url from the stack, I am currently having to do this:
url = "${replace(grafana_cloud_stack.this.logs_url, "logs", "aws-logs")}/aws-logs/api/v1/push"
Given that the logs_url output is there it seems like it would be easy enough to provide (hopefully).