While trying to set an hibernation schedule for a development deployment it fails with:
│ Error: scaling_spec (hibernation) is only supported for is_development_mode set to true
│
│ with module.astronomer.module.workspaces.astro_deployment.test,
│ on astronomer/workspace/main.tf line 20, in resource "astro_deployment" "test":
│ 20: resource "astro_deployment" "test" {
│
│ Either set is_development_mode to true or remove scaling_spec
I'm using provider version 1.0.0.
Steps To Reproduce
Define a deployment in a workspace, with is_development_mode: true and hibernation schedule:
Description
While trying to set an hibernation schedule for a development deployment it fails with:
I'm using provider version 1.0.0.
Steps To Reproduce
Define a deployment in a workspace, with
is_development_mode: true
and hibernation schedule:Acceptance Criteria
Anything else?
No response