Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature description
On 9/12/24, version 5.67.0 of the terraform-provider-aws was released which added support for plan time step function definition validation.
resource/aws_sfn_state_machine: Add plan-time validation of definition using the AWS Step Functions [Validation API](https://docs.aws.amazon.com/step-functions/latest/apireference/API_ValidateStateMachineDefinition.html) (https://github.com/hashicorp/terraform-provider-aws/issues/39229)
Since this relies on the ValidateStateMachineDefinition
action, upgrading to the latest Terraform AWS provider causes any existing Step Function definition defined in Terraform to break.
Lack of support for this operation is documented here. It would be great to not have to pin the AWS provider version in order to deploy local step functions using Terraform with Localstack.
🧑💻 Implementation
No response
Anything else?
No response