Skip to content

Commit 41778b6

Browse files
committed
CSRE-183: added print statements to figure out AWS bucket
1 parent f9d05b9 commit 41778b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sumologic/resource_sumologic_data_forwarding_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ func getTestParams() (string, string, string, string, string, string) {
1616
testAwsRoleArn := os.Getenv("SUMOLOGIC_TEST_ROLE_ARN")
1717
testAwsBucket := os.Getenv("SUMOLOGIC_TEST_BUCKET_NAME")
1818
testAwsRegion := os.Getenv("SUMOLOGIC_TEST_AWS_REGION")
19+
println("AWS Test Bucket:", testAwsBucket)
20+
println("AWS Test ARN:", testAwsRoleArn)
21+
println("AWS Test Region:", testAwsRegion)
1922
return dataForwardingResourceName, destinationName, description, testAwsRegion, testAwsRoleArn, testAwsBucket
2023
}
2124

0 commit comments

Comments
 (0)