Skip to content
Snippets Groups Projects
Commit 9f277f31 authored by František Dvořák's avatar František Dvořák
Browse files

New staging2 deployment @ SafeSpring + cleanups

parent fe332575
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ resource "openstack_networking_secgroup_rule_v2" "ping6" { ...@@ -42,7 +42,7 @@ resource "openstack_networking_secgroup_rule_v2" "ping6" {
ethertype = "IPv6" ethertype = "IPv6"
port_range_min = 128 port_range_min = 128
port_range_max = 0 port_range_max = 0
protocol = "icmp" protocol = "icmp" # icmp / ipv6-icmp
remote_ip_prefix = "::/0" remote_ip_prefix = "::/0"
security_group_id = openstack_networking_secgroup_v2.ping.id security_group_id = openstack_networking_secgroup_v2.ping.id
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment