Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/resource/aws_flow_log: Add covering acceptance test for #7528
Output from acceptance testing (before fix): ``` === CONT TestAccAWSFlowLog_LogDestinationType_S3_Invalid panic: runtime error: index out of range goroutine 249 [running]: github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsLogFlowCreate(0xc000a38fc0, 0x4838760, 0xc0004c1800, 0xc000a38fc0, 0x0) /Users/bflad/src/github.com/terraform-providers/terraform-provider-aws/aws/resource_aws_flow_log.go:149 +0xc6e github.com/hashicorp/terraform/helper/schema.(*Resource).Apply(0xc00024fc70, 0xc0004fad70, 0xc0007187a0, 0x4838760, 0xc0004c1800, 0xc000510e01, 0x31, 0x0) /Users/bflad/go/pkg/mod/github.com/hashicorp/[email protected]/helper/schema/resource.go:225 +0x351 ``` Output from acceptance testing (after fix): ``` --- PASS: TestAccAWSFlowLog_LogDestinationType_S3_Invalid (74.41s) ```
- Loading branch information