Skip to content

Commit

Permalink
Merge pull request #23892 from szemek/f-appflow-connector-profile
Browse files Browse the repository at this point in the history
Support AWS AppFlow: aws_appflow_connector_profile resource
  • Loading branch information
zhelding authored May 13, 2022
2 parents f9a395f + 7238c86 commit c29c796
Show file tree
Hide file tree
Showing 8 changed files with 3,048 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .changelog/23892.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_appflow_connector_profile
```
3 changes: 2 additions & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,8 @@ func Provider() *schema.Provider {
"aws_appautoscaling_scheduled_action": appautoscaling.ResourceScheduledAction(),
"aws_appautoscaling_target": appautoscaling.ResourceTarget(),

"aws_appflow_flow": appflow.ResourceFlow(),
"aws_appflow_connector_profile": appflow.ResourceConnectorProfile(),
"aws_appflow_flow": appflow.ResourceFlow(),

"aws_appintegrations_event_integration": appintegrations.ResourceEventIntegration(),

Expand Down
Loading

0 comments on commit c29c796

Please sign in to comment.