You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Provider produced inconsistent result after apply
│
│ When applying changes to
│ module.mymodule.qovery_application.this["mymodule-worker"], provider
│ "provider[\"registry.terraform.io/qovery/qovery\"]" produced an unexpected
│ new value: .healthchecks.readiness_probe: was
│ cty.ObjectVal(map[string]cty.Value{"failure_threshold":cty.NumberIntVal(3),
│ "initial_delay_seconds":cty.NumberIntVal(30),
│ "period_seconds":cty.NumberIntVal(10),
│ "success_threshold":cty.NumberIntVal(1),
│ "timeout_seconds":cty.NumberIntVal(10),
│ "type":cty.ObjectVal(map[string]cty.Value{"exec":cty.NullVal(cty.Object(map[string]cty.Type{"command":cty.List(cty.String)})),
│ "grpc":cty.NullVal(cty.Object(map[string]cty.Type{"port":cty.Number,
│ "service":cty.String})),
│ "http":cty.NullVal(cty.Object(map[string]cty.Type{"path":cty.String,
│ "port":cty.Number, "scheme":cty.String})),
│ "tcp":cty.NullVal(cty.Object(map[string]cty.Type{"host":cty.String,
│ "port":cty.Number}))})}), but now null.
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
If I create a port and add a type (http for example), it's working without errors:
Hi team 👋🏼
I create a terraform qovery module for a compliant, secure and sharable ready to go for the team.
For the healtchecks my module add default values when not passed, cause there are required.
But I think for the type there is a missing control:
My input:
The error:
If I create a port and add a type (http for example), it's working without errors:
Why I would not have a type? idk it was a test for a worker ^^
cheers 🍺
The text was updated successfully, but these errors were encountered: