Skip to content

Commit

Permalink
Merge pull request #27 from mikemcowie/master
Browse files Browse the repository at this point in the history
Added null_resource to untaggable resources
  • Loading branch information
eerkunt authored Oct 10, 2018
2 parents d06febe + 650f7db commit fcd80a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform_compliance/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


__app_name__ = "terraform-compliance"
__version__ = "0.3.8"
__version__ = "0.3.9"


class ArgHandling(object):
Expand Down
3 changes: 2 additions & 1 deletion terraform_compliance/steps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"aws_ecs_cluster",
"aws_launch_configuration",
"aws_kms_alias",
"aws_kinesis_firehose_delivery_stream"
"aws_kinesis_firehose_delivery_stream",
"null_resource"
]

encryption_property = {
Expand Down

0 comments on commit fcd80a5

Please sign in to comment.