We are deploying our full stack in STOPPED state using the provider and it's producing an unexpected behaviour for the very last deploying application.
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to qovery_application.exa_app_finance_web_app,
│ provider "provider[\"registry.terraform.io/qovery/qovery\"]" produced an
│ unexpected new value: .state: was cty.StringVal("STOPPED"), but now
│ cty.StringVal("RUNNING").
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
Operation failed: failed running terraform apply (exit 1)
The stack is deployed this way :
We checked the terraform plan logs and we have this last application 'finance-web-app' deployed with the correct settings :
Hello there 🍃
We are deploying our full stack in STOPPED state using the provider and it's producing an unexpected behaviour for the very last deploying application.
The stack is deployed this way :
We checked the terraform plan logs and we have this last application 'finance-web-app' deployed with the correct settings :
Do you have something in mind about this ?