From 129085eaf1b1cc9ec0b8e3bb72361b0402fff7b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Mon, 26 Feb 2024 15:01:28 +0100
Subject: [PATCH] Comment the workaround needed for ICMPv6 protocol name in
 terraform

---
 cesnet-mcc/terraform/vms.tf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cesnet-mcc/terraform/vms.tf b/cesnet-mcc/terraform/vms.tf
index 7837a72..4cb2bd3 100644
--- a/cesnet-mcc/terraform/vms.tf
+++ b/cesnet-mcc/terraform/vms.tf
@@ -27,6 +27,7 @@ resource "openstack_compute_secgroup_v2" "ping" {
   rule {
     from_port   = 128
     to_port     = 0
+    # initial installation (bug in terraform): ip_protocol = "icmp"
     ip_protocol = "ipv6-icmp"
     cidr        = "::/0"
   }
-- 
GitLab