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: Unsupported argument
│
│ on db_restore.tf line 53, in resource "kubernetes_job_v1" "restore_db":
│ 53: suspend = true
│
│ An argument named "suspend" is not expected here.
Steps to Reproduce
terraform validate
Expected Behavior
What should have happened?
Kubernetes job spec support the suspend field since v1.21, I should be able to specify the suspend field in the kubernetes_job_v1 resource too.
Actual Behavior
What actually happened?
I cannot specify the suspend field, terraform rejects it. It is strange because kubernetes_cronjob_v1 supports it.
The text was updated successfully, but these errors were encountered:
I am creating this new issue because the original one has been closed without resolving it (#1739).
Terraform Version, Provider Version and Kubernetes Version
Affected Resource(s)
Terraform Configuration Files
Output
Steps to Reproduce
Expected Behavior
What should have happened?
Kubernetes job spec support the suspend field since v1.21, I should be able to specify the suspend field in the kubernetes_job_v1 resource too.
Actual Behavior
What actually happened?
I cannot specify the suspend field, terraform rejects it. It is strange because kubernetes_cronjob_v1 supports it.
The text was updated successfully, but these errors were encountered: