Skip to content

Commit

Permalink
revised tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnricords committed Jun 1, 2023
1 parent 1b2b8bf commit 30dd67f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions tests/securityhub_cross_account/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ module "securityhub" {
product_subscription_arns = [
"arn:aws:securityhub:us-east-1:453761072151:product/turbot/turbot",
]
}

module "standards_control" {
source = "../../"

depends_on = [module.securityhub]

standards_control = [
{
Expand Down
9 changes: 0 additions & 9 deletions tests/securityhub_same_account/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ module "securityhub" {
product_subscription_arns = [
"arn:aws:securityhub:us-east-1:453761072151:product/turbot/turbot",
]
}

module "standards_control" {
source = "../../"

depends_on = [module.securityhub]

standards_control = [
{
Expand All @@ -40,6 +34,3 @@ output "securityhub" {
value = module.securityhub
}

output "standards_control" {
value = module.standards_control
}

0 comments on commit 30dd67f

Please sign in to comment.