Commit 493432c
authored
fix: add deployment_target to conditional config for adk_live service.tf exclusion (#725)
The conditional logic to exclude service.tf files for adk_live + agent_engine
was failing because the deployment_target key was missing from the
conditional_config dict. This caused Terraform to create source-based agent
engines while deploy.py tried to update them with pickle-based deployment,
resulting in API errors.1 parent 4e51eea commit 493432c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1630 | 1630 | | |
1631 | 1631 | | |
1632 | 1632 | | |
| 1633 | + | |
1633 | 1634 | | |
1634 | 1635 | | |
1635 | 1636 | | |
| |||
0 commit comments