terraform-provider-grafana icon indicating copy to clipboard operation
terraform-provider-grafana copied to clipboard

[Feature Request]: Add Firehose URL to stack

Open charlierm opened this issue 1 year ago • 1 comments

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).

charlierm avatar Jun 10 '24 15:06 charlierm