JetBrains/kotless

`aws_api_gateway_integration` fails after changing endpoint method from GET to POST

matthewbartos opened this issue · 2 comments

After changing endpoint method type from GET to POST, gradle deploy fails.

Adding:

    extensions {
        terraform {
            allowDestroy = true

to build.gradle.kts does not fix the issue.

Error log:

aws_api_gateway_deployment.root: Refreshing state... [id=zx6tdi]

Error: Cycle: aws_api_gateway_integration.users_find_user_get (destroy), aws_api_gateway_deployment.root, aws_api_gateway_deployment.root (destroy deposed 93f945ca)

Kotless version: 0.1.7-beta-4 🙂

This issue seems to persist with 0.1.7-beta-5 for me