We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ec22c commit 27fca76Copy full SHA for 27fca76
docs/resources/oxide_vpc_firewall_rules.md
@@ -36,7 +36,7 @@ resource "oxide_vpc_firewall_rules" "example" {
36
}
37
]
38
ports = ["443"]
39
- protocols = ["tcp"]
+ protocols = [{ type = "tcp" }]
40
},
41
targets = [
42
{
0 commit comments