Skip to content

Commit

Permalink
Adding 'name=' annotation values for 'FrameworkDataSource' - elastica…
Browse files Browse the repository at this point in the history
…che.
  • Loading branch information
ewbankkit committed Jan 15, 2025
1 parent 3327c7d commit e870b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/hashicorp/terraform-provider-aws/names"
)

// @FrameworkDataSource("aws_elasticache_reserved_cache_node_offering")
// @FrameworkDataSource("aws_elasticache_reserved_cache_node_offering", name="Reserved Cache Node Offering")
func newDataSourceReservedCacheNodeOffering(context.Context) (datasource.DataSourceWithConfigure, error) {
return &dataSourceReservedCacheNodeOffering{}, nil
}
Expand Down
1 change: 1 addition & 0 deletions internal/service/elasticache/service_package_gen.go

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

0 comments on commit e870b85

Please sign in to comment.