From 126eccdc38d559b3fed6cce824f76717ec52fd74 Mon Sep 17 00:00:00 2001 From: Noa Aviel Dove Date: Fri, 20 Sep 2024 17:40:53 -0700 Subject: [PATCH] Add FIXME (#6577) --- terraform/shared/shared.tf.json.template.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/terraform/shared/shared.tf.json.template.py b/terraform/shared/shared.tf.json.template.py index 129d879c68..0c46a1a467 100644 --- a/terraform/shared/shared.tf.json.template.py +++ b/terraform/shared/shared.tf.json.template.py @@ -385,9 +385,8 @@ def conformance_pack(name: str) -> str: # security boundary, so vulnerabilities that are detected within # them do not need to be addressed with the same urgency. # - # Using CF stack because the AWS provider does not support - # Inspector filters and the AWSCC provider fails due to - # https://github.com/hashicorp/terraform-provider-awscc/issues/1364 + # FIXME: Remove workaround for false Terraform bug + # https://github.com/DataBiosphere/azul/issues/6577 'inspector_filters': { 'name': config.qualified_resource_name('inspectorfilters'), 'template_body': json.dumps({