Skip to content

Commit 6a1fdaf

Browse files
committed
Support Workspace with TF 1.2
When workspaces are created with TF 1.2, Job-runner sets the template type to TF v0.11 and hence the parsing of template files is failing in Agents.
1 parent 8c0930c commit 6a1fdaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This Agent repository helps you to provision the infrastructure required for an
77

88
## Release notes
99
This release contains the following fixes
10-
- Unknown certificate issue while trying to clone repo
10+
- Ability to skip SSL certificate validation when using Self-Signed server certificates in private GHE
1111
- Intermittent `409` error for JobRunner Service
1212
- Incomplete runtime logs
1313
- Bug Fixes

templates/service/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locals {
1818
#Schematics endpoint url (optional: private CSE or VPE)
1919
schematics_endpoint = "https://private-${var.schematics_endpoint_location}.schematics.cloud.ibm.com"
2020
#Schematics agent jobrunner image ID
21-
schematics_jobrunner_image = "icr.io/schematics-remote/schematics-job-runner:bc7e02b2-205"
21+
schematics_jobrunner_image = "icr.io/schematics-remote/schematics-job-runner:eecd8d0b-210"
2222
#Schematics agent job12 image ID
2323
schematics_runtime_job_image = "icr.io/schematics-remote/schematics-agent-ws-job-20220704:60824f4e-276"
2424
#schematics_sandbox_image

0 commit comments

Comments
 (0)