Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I am using PROVIDER_OVERRIDE_STEPFUNCTIONS=v2
.
When I try to run my terraform, the step function is created as reflected in the terraform state (and I cannot rerun my terraform without deleting the state).
But, I get the error
Error: listing tags for SFN (Step Functions) State Machine (arn:aws:states:us-east-1:000000000000:stateMachine:sample_state_machine): InternalFailure: API action 'ListTagsForResource' for service 'stepfunctions' not yet implemented or pro feature - please check https://docs.localstack.cloud/references/coverage/coverage_stepfunctions/ for further information
│ status code: 501, request id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Before I made the provider change, this worked 100% of the time.
Checking the PR for the provider #8779 ListTagesForResource
should be working.
I use docker-compose, and it's a pretty basic docker-compose file.
Thank you so much for this project! It is amazing to work with, even with the bugs (that every project has).
Expected Behavior
I expect that creating the state machine works.
How are you starting LocalStack?
With a docker-compose file
Steps To Reproduce
docker-compose up -d
terraform init
terraform apply --auto-approve
Environment
- OS: Mac
- LocalStack: latest
Anything else?
No response