Skip to content

Commit

Permalink
add arn and tags attributes to api gateway rest api data source
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Feb 4, 2020
1 parent 7050e61 commit ad714b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/data_source_aws_api_gateway_rest_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
func TestAccDataSourceAwsApiGatewayRestApi(t *testing.T) {
rName := acctest.RandString(8)
dataSourceName := "data.aws_api_gateway_rest_api.test"
resourceName := "resource.aws_api_gateway_rest_api.test"
resourceName := "aws_api_gateway_rest_api.test"
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
Expand Down

0 comments on commit ad714b0

Please sign in to comment.