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

Comment the workaround needed for ICMPv6 protocol name in terraform

parent 55940e8f
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ resource "openstack_compute_secgroup_v2" "ping" { ...@@ -27,6 +27,7 @@ resource "openstack_compute_secgroup_v2" "ping" {
rule { rule {
from_port = 128 from_port = 128
to_port = 0 to_port = 0
# initial installation (bug in terraform): ip_protocol = "icmp"
ip_protocol = "ipv6-icmp" ip_protocol = "ipv6-icmp"
cidr = "::/0" cidr = "::/0"
} }
......
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