这是indexloc提供的服务,不要输入任何密码
Skip to content

✨ Add Firewall as a log drain source #361

@TowardsDeath

Description

@TowardsDeath

What functionality would you like to see?

"Firewall" is a source you can select in the Vercel UI, but it's missing in the Terraform provider.

Happy to provide a PR if you don't have time for this.

Example

resource "vercel_log_drain" "example" {
    delivery_format = "json"
    environments    = ["production"]
    sources         = ["firewall"]
    endpoint        = "https://url
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions