Skip to content

Commit

Permalink
Add FIXME (#6577)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Sep 24, 2024
1 parent e8c2280 commit 6c0bc6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions terraform/shared/shared.tf.json.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 6c0bc6f

Please sign in to comment.