Skip to content

Commit

Permalink
d/aws_cognitoidp_user_group[s](test): add name to resource annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b committed Feb 22, 2024
1 parent ca2a99a commit f860b04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions internal/service/cognitoidp/service_package_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/service/cognitoidp/user_group_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/hashicorp/terraform-provider-aws/internal/framework/flex"
)

// @FrameworkDataSource
// @FrameworkDataSource(name="User Group")
func newDataSourceDataSourceUserGroup(context.Context) (datasource.DataSourceWithConfigure, error) {
d := &dataSourceDataSourceUserGroup{}
d.SetMigratedFromPluginSDK(true)
Expand Down
2 changes: 1 addition & 1 deletion internal/service/cognitoidp/user_groups_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type dataSourceDataSourceUserGroups struct {
framework.DataSourceWithConfigure
}

// @FrameworkDataSource
// @FrameworkDataSource(name="User Groups")
func newDataSourceDataSourceUserGroups(context.Context) (datasource.DataSourceWithConfigure, error) {
d := &dataSourceDataSourceUserGroups{}
d.SetMigratedFromPluginSDK(true)
Expand Down

0 comments on commit f860b04

Please sign in to comment.