Skip to content

Commit

Permalink
LogEncryptionKmsKeyId for EMR Clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-goenka committed May 1, 2021
1 parent 4e041f4 commit 21b307c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_emr_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,7 @@ func TestAccAWSEMRCluster_s3LogEncryption(t *testing.T) {
bucketName := fmt.Sprintf("s3n://%s/", rName)
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
ErrorCheck: testAccErrorCheck(t, emr.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAWSEmrDestroy,
Steps: []resource.TestStep{
Expand Down

0 comments on commit 21b307c

Please sign in to comment.