-
Notifications
You must be signed in to change notification settings - Fork 0
Sync 6 #15
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
Conversation
% make testacc PKG=sfn TESTS=TestAccSFNStateMachine_ make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... make: Running acceptance tests on branch: 🌿 f-ri-sfn 🌿... TF_ACC=1 go1.24.6 test ./internal/service/sfn/... -v -count 1 -parallel 20 -run='TestAccSFNStateMachine_' -timeout 360m -vet=off 2025/09/15 16:12:22 Creating Terraform AWS Provider (SDKv2-style)... 2025/09/15 16:12:22 Initializing Terraform AWS Provider (SDKv2-style)... === RUN TestAccSFNStateMachine_Identity_Basic === PAUSE TestAccSFNStateMachine_Identity_Basic === RUN TestAccSFNStateMachine_Identity_RegionOverride === PAUSE TestAccSFNStateMachine_Identity_RegionOverride === RUN TestAccSFNStateMachine_Identity_ExistingResource === PAUSE TestAccSFNStateMachine_Identity_ExistingResource === RUN TestAccSFNStateMachine_createUpdate === PAUSE TestAccSFNStateMachine_createUpdate === RUN TestAccSFNStateMachine_expressUpdate === PAUSE TestAccSFNStateMachine_expressUpdate === RUN TestAccSFNStateMachine_standardUpdate === PAUSE TestAccSFNStateMachine_standardUpdate === RUN TestAccSFNStateMachine_nameGenerated === PAUSE TestAccSFNStateMachine_nameGenerated === RUN TestAccSFNStateMachine_namePrefix === PAUSE TestAccSFNStateMachine_namePrefix === RUN TestAccSFNStateMachine_publish === PAUSE TestAccSFNStateMachine_publish === RUN TestAccSFNStateMachine_tags === PAUSE TestAccSFNStateMachine_tags === RUN TestAccSFNStateMachine_tracing === PAUSE TestAccSFNStateMachine_tracing === RUN TestAccSFNStateMachine_disappears === PAUSE TestAccSFNStateMachine_disappears === RUN TestAccSFNStateMachine_expressLogging === PAUSE TestAccSFNStateMachine_expressLogging === RUN TestAccSFNStateMachine_encryptionConfigurationCustomerManagedKMSKey --- PASS: TestAccSFNStateMachine_encryptionConfigurationCustomerManagedKMSKey (209.26s) === RUN TestAccSFNStateMachine_encryptionConfigurationServiceOwnedKey --- PASS: TestAccSFNStateMachine_encryptionConfigurationServiceOwnedKey (139.89s) === RUN TestAccSFNStateMachine_definitionValidation === PAUSE TestAccSFNStateMachine_definitionValidation === CONT TestAccSFNStateMachine_namePrefix === CONT TestAccSFNStateMachine_Identity_Basic === CONT TestAccSFNStateMachine_disappears === CONT TestAccSFNStateMachine_tags === CONT TestAccSFNStateMachine_tracing === CONT TestAccSFNStateMachine_expressUpdate === CONT TestAccSFNStateMachine_Identity_ExistingResource === CONT TestAccSFNStateMachine_nameGenerated === CONT TestAccSFNStateMachine_publish === CONT TestAccSFNStateMachine_standardUpdate === CONT TestAccSFNStateMachine_createUpdate === CONT TestAccSFNStateMachine_Identity_RegionOverride === CONT TestAccSFNStateMachine_definitionValidation === CONT TestAccSFNStateMachine_expressLogging --- PASS: TestAccSFNStateMachine_definitionValidation (103.30s) --- PASS: TestAccSFNStateMachine_publish (109.35s) --- PASS: TestAccSFNStateMachine_expressUpdate (113.42s) --- PASS: TestAccSFNStateMachine_Identity_ExistingResource (137.42s) --- PASS: TestAccSFNStateMachine_disappears (154.19s) --- PASS: TestAccSFNStateMachine_Identity_RegionOverride (161.56s) --- PASS: TestAccSFNStateMachine_namePrefix (184.26s) --- PASS: TestAccSFNStateMachine_nameGenerated (190.40s) --- PASS: TestAccSFNStateMachine_expressLogging (201.90s) --- PASS: TestAccSFNStateMachine_createUpdate (217.77s) --- PASS: TestAccSFNStateMachine_tags (225.40s) --- PASS: TestAccSFNStateMachine_standardUpdate (227.26s) --- PASS: TestAccSFNStateMachine_tracing (235.41s) --- PASS: TestAccSFNStateMachine_Identity_Basic (244.93s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/sfn 598.651s
List Resource initial SDKv2 implementation
Vm cluster data source and resource
Add hook_details as an attribute of lifecycle_hook
…version Prepare release
…ter_6.14.0_release Add CHANGELOG entry for v6.15.0
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
|
Warning This Issue has been closed, meaning that any additional comments are much easier for the maintainers to miss. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
synced fork with upstream.