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
No related branches found
No related tags found
6 merge requests!6End of development,!5Develop,!4End of development,!3Develop,!2hot-fix: change readme.md,!1Develop
Pipeline #49279 passed
......@@ -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 register or to comment