Skip to content
Snippets Groups Projects
Commit 8c58812c authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

simplify security group

parent 87738aec
No related branches found
No related tags found
1 merge request!1Monitoring
......@@ -103,7 +103,7 @@ resource "openstack_compute_keypair_v2" "user1" {
resource "openstack_compute_secgroup_v2" "nginx" {
name = "nginx"
description = "Security group rule for port 80"
description = "Security group rule for nginx"
rule {
from_port = -1
to_port = -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment