-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_appflow_flow has too strict validations on task.source_fields #25095
Comments
I'm also facing the Same issue. is there any values we need to explicitly to Map all the fields from Salesforce to Eventbridge? |
Also facing the same issue. My work around is to use serverless and define the resource there, does anyone have a terraform workaround? |
Configuring source_fields as
|
I'm facing the same issue while trying to update any of my flow, the plan looks correct but apply always end up with the same error. Tasks: [
{
},
{
ConnectorOperator:
....
}
] The first empty object appears everytime I made a change in a flow, even if I don't modify the tasks. The only way I found to be able to continue working with my flows is to delete the flow and then run I hope this can help and I can provide more logsif needed . |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 50.0701 USD attached to it.
|
I am also facing this problem. This should be straightforward! |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 2 weeks ago. 1) fredydev has been approved to start work. please let me know if you already find someone for this task Certified in Terraform and AWS, I can look into this Learn more on the Gitcoin Issue Details page. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 50.07 USD (50.00 USD @ $1.0/USD) has been submitted by: @camro please take a look at the submitted work:
|
@freddygv can you point to the PR? |
@n11c can you put a thumbs up on the PR comment? |
facing a similar issue, Any plans to release this fix soon? until then any workaround to create an appflow task using |
Facing the same issue, found a workaround by deleting the specific appflow each time I reran terraform apply |
Same issue, offering up this workaround in case it helps anyone: make use of the lifecycle meta argument. Specifically, the
|
I've also encountered the same issue. Workaround was to create an |
Facing the same issue on my side, can't deploy Appflow task with |
The above-mentioned PR is merged (at least according to tags). Unfortunately, upgrading to aws provider 5.12 doesn't solve the issue. When I ignore tasks that gets me past the initial required field error at However, due to this issue it seems like I wouldn't be able to actually activate the flow, making this provider of limited use anyways. The workaround of dropping down to cloudformation seems to work on limited testing
|
We have now moved to using the above in production as well and I can confirm it is working well |
Hey, I'm running into this issue despite using the latest version of the provider It doesn't look like this PR #26614 fixed the issue. |
I am facing this issue as well Terraform v1.5.7
|
This functionality has been released in v5.39.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
The flow should be created. The same configuration with CloudFormation works:
The goal is to have an appflow that passes each event field 1:1 to event bridge without having to specify each field explicitly.
https://stackoverflow.com/questions/66742683/how-to-map-fields-automatically-in-appflow
Actual Behavior
The flow is not created with the following validation error:
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: