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({