Qovery / terraform-provider-qovery

Qovery Terraform Provider
https://registry.terraform.io/providers/Qovery/qovery/latest/docs
14 stars 8 forks source link

Provider produced inconsistent result after apply #69

Closed json-lbtn closed 1 year ago

json-lbtn commented 2 years ago

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.

│ 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 : image

We checked the terraform plan logs and we have this last application 'finance-web-app' deployed with the correct settings :

  + state                          = "STOPPED"

Do you have something in mind about this ?

ghost commented 1 year ago

Hello @json-lbtn, This issue has been fixed in release 0.14.2 Thanks for having reporting the issue