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