Imported prefect_work_pool
's base_job_template
is overwritten on initial plan/apply
when it's the same
#259
Labels
prefect_work_pool
's base_job_template
is overwritten on initial plan/apply
when it's the same
#259
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
When importing an existing work pool with
terraform import prefect_work_pool.k8s-demo <workspace-id>,k8s-demo
, if my work pool resource in the .tf above and the contents of the base template JSON in the referenced file are the same,plan
should detect no changes andapply
should do nothing.Actual Behavior
terraform plan
Steps to Reproduce
prefect_work_pool
"k8s-demo" resource with matching definition and reference to base job template to.tf
terraform import prefect_work_pool.k8s-demo <workspace-id>,k8s-demo
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered: