Skip to content

Commit 27fca76

Browse files
authored
vpc_firewall_rules: fix incorrect example (#534)
The example was using the wrong schema for `rules.filters.protocols`. Fixed that.
1 parent b0ec22c commit 27fca76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/oxide_vpc_firewall_rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource "oxide_vpc_firewall_rules" "example" {
3636
}
3737
]
3838
ports = ["443"]
39-
protocols = ["tcp"]
39+
protocols = [{ type = "tcp" }]
4040
},
4141
targets = [
4242
{

0 commit comments

Comments
 (0)