Skip to content

Commit

Permalink
terrafmt and changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed Mar 31, 2021
1 parent 03854f6 commit fca6674
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .changelog/18494.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_securityhub_insight
```
26 changes: 13 additions & 13 deletions aws/resource_aws_securityhub_insight_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,9 +521,9 @@ resource "aws_securityhub_insight" "test" {
filters {
created_at {
date_range {
unit = "DAYS"
value = 5
}
unit = "DAYS"
value = 5
}
}
}
Expand Down Expand Up @@ -564,7 +564,7 @@ resource "aws_securityhub_account" "test" {}
resource "aws_securityhub_insight" "test" {
filters {
network_destination_ipv4 {
cidr = "10.0.0.0/16"
cidr = "10.0.0.0/16"
}
}
Expand Down Expand Up @@ -603,10 +603,10 @@ resource "aws_securityhub_account" "test" {}
resource "aws_securityhub_insight" "test" {
filters {
product_fields {
comparison = "EQUALS"
product_fields {
comparison = "EQUALS"
key = "key1"
value = "value1"
value = "value1"
}
}
Expand Down Expand Up @@ -635,16 +635,16 @@ resource "aws_securityhub_insight" "test" {
value = "09876543210"
}
product_fields {
comparison = "EQUALS"
product_fields {
comparison = "EQUALS"
key = "key1"
value = "value1"
value = "value1"
}
product_fields {
comparison = "EQUALS"
comparison = "EQUALS"
key = "key2"
value = "value2"
value = "value2"
}
}
Expand All @@ -663,7 +663,7 @@ resource "aws_securityhub_account" "test" {}
resource "aws_securityhub_insight" "test" {
filters {
confidence {
confidence {
%s
}
}
Expand Down

0 comments on commit fca6674

Please sign in to comment.