Skip to content

Commit 25e162c

Browse files
committed
fix: acceptance test on public access block
1 parent b217c0f commit 25e162c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/resource/aws/aws_s3_bucket_public_access_block_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func TestAcc_Aws_S3Bucket_PublicAccessBlock(t *testing.T) {
2222
t.Fatal(err)
2323
}
2424
result.AssertInfrastructureIsInSync()
25-
result.AssertManagedCount(4)
25+
result.AssertManagedCount(2)
2626
},
2727
},
2828
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
*
2-
!aws_s3_bucket
32
!aws_s3_bucket_public_access_block
3+
aws_s3_bucket_public_access_block.aws-cloudtrail-logs-*

0 commit comments

Comments
 (0)