Skip to content

Commit

Permalink
prevent recreation of the aws_securityhub_member resource
Browse files Browse the repository at this point in the history
  • Loading branch information
marwinbaumannsbp committed Nov 30, 2020
1 parent feb8ce2 commit 70c9f51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

* Prevent recreation of the aws_securityhub_member resource ([#25](https://github.com/schubergphilis/terraform-aws-mcaf-landing-zone/pull/25))

## 0.2.0 (2020-11-20)

ENHANCEMENTS
Expand Down
1 change: 0 additions & 1 deletion modules/security_hub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ resource "aws_securityhub_member" "default" {
for_each = var.member_accounts
account_id = each.key
email = each.value
invite = true
depends_on = [aws_securityhub_account.default]
}

Expand Down

0 comments on commit 70c9f51

Please sign in to comment.