Skip to content
Snippets Groups Projects
Commit ca531990 authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Removed security group inbound ports

parent f0c7a5aa
Branches
No related tags found
No related merge requests found
......@@ -39,30 +39,11 @@ resource "scaleway_instance_security_group" "www" {
inbound_default_policy = "drop"
outbound_default_policy = "accept"
inbound_rule {
action = "accept"
port = "22"
}
inbound_rule {
action = "accept"
port = "80"
}
inbound_rule {
action = "accept"
port = "8080"
}
inbound_rule {
action = "accept"
port = "8081"
}
inbound_rule {
action = "accept"
port = "443"
}
}
##############################
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment