// Code generated by generators/resource/main.go; DO NOT EDIT. package ses_test import ( "regexp" "testing" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" "github.com/hashicorp/terraform-provider-awscc/internal/acctest" ) func TestAccAWSSESConfigurationSetEventDestination_basic(t *testing.T) { td := acctest.NewTestData(t, "AWS::SES::ConfigurationSetEventDestination", "awscc_ses_configuration_set_event_destination", "test") td.ResourceTest(t, []resource.TestStep{ { Config: td.EmptyConfig(), ExpectError: regexp.MustCompile("Missing required argument"), }, }) }