Skip to content

Commit

Permalink
Tidy up 'target_parameters'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jun 9, 2023
1 parent bc29dd0 commit 24b9f39
Show file tree
Hide file tree
Showing 3 changed files with 766 additions and 760 deletions.
4 changes: 4 additions & 0 deletions .changelog/31607.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ resource/aws_pipes_pipe: Add `enrichment_parameters` argument

```release-note:enhancement
resource/aws_pipes_pipe: Add `active_mq_broker`, `dynamo_db_stream`, `kinesis_stream`, `managed_streaming_kafka`, `rabbit_mq_broker`, `self_managed_kafka` and `sqs_queue` attributes to the `source_parameters` configuration block
```

```release-note:enhancement
resource/aws_pipes_pipe: Add `batch_target`, `cloudwatch_logs`, `ecs_task`, `event_bridge_event_bus`, `http_parameters`, `kinesis_stream`, `lambda_function`, `redshift_data`, `sage_maker_pipeline`, `sqs_queue` and `step_function` attributes to the `target_parameters` configuration block
```
2 changes: 1 addition & 1 deletion internal/service/pipes/pipe.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func ResourcePipe() *schema.Resource {
Required: true,
ValidateFunc: verify.ValidARN,
},
"target_parameters": target_parameters_schema,
"target_parameters": targetParametersSchema(),
names.AttrTags: tftags.TagsSchema(),
names.AttrTagsAll: tftags.TagsSchemaComputed(),
},
Expand Down
Loading

0 comments on commit 24b9f39

Please sign in to comment.