Skip to content

Commit

Permalink
fix security_group example
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBrosse committed Jul 8, 2019
1 parent a8a454f commit 769434a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/docs/r/compute_instance_server.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,17 @@ resource "scaleway_compute_instance_security_group" "www" {
inbound {
action = "accept"
port = "22"
ip = "212.47.225.64"
}
inbound {
action = "accept"
port = "80"
}
inbound {
action = "accept"
port = "443"
ip = "8.8.8.8"
}
outbound {
Expand Down

0 comments on commit 769434a

Please sign in to comment.