Charlie Mills
Charlie Mills
**Describe the solution you'd like** Currently [`GetVpcById()`](https://github.com/gruntwork-io/terratest/blob/5428fbcca392557252d73db58b278509f5422b54/modules/aws/vpc.go#L62) returns a struct with no information about the CIDR associated with the VPC. ```golang type Vpc struct { Id string // The ID...
**Is your feature request related to a problem? Please describe.** We're trying to automate deploying `lambda-promtail` along with our platform. Because AWS Lambda doesn't support pulling from public ECR we...
### Feature Request There's currently no way to get the Firehose log url from the stack, I am currently having to do this: ```terraform url = "${replace(grafana_cloud_stack.this.logs_url, "logs", "aws-logs")}/aws-logs/api/v1/push" ```...