Skip to content

Commit

Permalink
doc: fix typo (scaleway#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulm0 authored and kindermoumoute committed Oct 14, 2019
1 parent 5ba1af6 commit bedf1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/instance_security_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "scaleway_instance_security_group" "web" {
```hcl
resource "scaleway_instance_security_group" "web" {
inbound_default_policy = "drop" # By default we drop incomming trafic that do not match any inbound_rule.
inbound_default_policy = "drop" # By default we drop outgoing trafic that do not match any outbound_rule.
outbound_default_policy = "drop" # By default we drop outgoing trafic that do not match any outbound_rule.
inbound_rule {
action = "drop"
Expand Down

0 comments on commit bedf1e5

Please sign in to comment.