-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
r/aws_appflow_flow: suppress diff when task_type
value of Map_all
is used
#35993
Conversation
Community NoteVoting for Prioritization
For Submitters
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccAppFlowFlow_' PKG=appflow ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/appflow/... -v -count 1 -parallel 3 -run=TestAccAppFlowFlow_ -timeout 360m
=== RUN TestAccAppFlowFlow_basic
=== PAUSE TestAccAppFlowFlow_basic
=== RUN TestAccAppFlowFlow_S3_outputFormatConfig_ParquetFileType
=== PAUSE TestAccAppFlowFlow_S3_outputFormatConfig_ParquetFileType
=== RUN TestAccAppFlowFlow_update
=== PAUSE TestAccAppFlowFlow_update
=== RUN TestAccAppFlowFlow_taskProperties
=== PAUSE TestAccAppFlowFlow_taskProperties
=== RUN TestAccAppFlowFlow_taskUpdate
=== PAUSE TestAccAppFlowFlow_taskUpdate
=== RUN TestAccAppFlowFlow_task_mapAll
=== PAUSE TestAccAppFlowFlow_task_mapAll
=== RUN TestAccAppFlowFlow_tags
=== PAUSE TestAccAppFlowFlow_tags
=== RUN TestAccAppFlowFlow_disappears
=== PAUSE TestAccAppFlowFlow_disappears
=== CONT TestAccAppFlowFlow_basic
=== CONT TestAccAppFlowFlow_taskUpdate
=== CONT TestAccAppFlowFlow_tags
--- PASS: TestAccAppFlowFlow_basic (30.56s)
=== CONT TestAccAppFlowFlow_disappears
--- PASS: TestAccAppFlowFlow_taskUpdate (43.85s)
=== CONT TestAccAppFlowFlow_update
--- PASS: TestAccAppFlowFlow_disappears (23.81s)
=== CONT TestAccAppFlowFlow_taskProperties
--- PASS: TestAccAppFlowFlow_tags (62.96s)
=== CONT TestAccAppFlowFlow_S3_outputFormatConfig_ParquetFileType
--- PASS: TestAccAppFlowFlow_taskProperties (23.55s)
=== CONT TestAccAppFlowFlow_task_mapAll
--- PASS: TestAccAppFlowFlow_update (40.01s)
--- PASS: TestAccAppFlowFlow_S3_outputFormatConfig_ParquetFileType (39.91s)
--- PASS: TestAccAppFlowFlow_task_mapAll (30.29s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/appflow 119.699s
2c4522b
to
1a97ab0
Compare
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 pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
source_fields
to be an empty list.Relations
Closes #25095
Closes #35992
References
Output from Acceptance Testing