Skip to content

Commit

Permalink
datapipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Oct 16, 2024
1 parent 760e0e3 commit 464bde4
Show file tree
Hide file tree
Showing 6 changed files with 588 additions and 4 deletions.
1 change: 1 addition & 0 deletions internal/service/datapipeline/pipeline_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (

// @SDKDataSource("aws_datapipeline_pipeline")
// @Tags
// @Testing(tagsIdentifierAttribute="id", tagsResourceType="Pipeline")
func dataSourcePipeline() *schema.Resource {
return &schema.Resource{
ReadWithoutTimeout: dataSourcePipelineRead,
Expand Down
114 changes: 114 additions & 0 deletions internal/service/datapipeline/pipeline_data_source_tags_gen_test.go

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

Loading

0 comments on commit 464bde4

Please sign in to comment.