-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
-
False
-
---
-
---
-
-
-
2023 Week 12-14 (from Mar 20)
In the example below, machineType values gets resolved based on the expression, but not email neither subnetwork, as these are enclosed into an array.
- name: StartState
type: operation
actions:
- name: createComputeInstance
functionRef:
refName: createComputeInstance
arguments:
machineType: "\"zones/\" + $SECRET.gcp_zone + \"/machineTypes/e2-micro\""
serviceAccounts:
- email: "\"kogito-sw-gcp@\" + $SECRET.gcp_project_id + \".iam.gserviceaccount.com\""
networkInterfaces:
- networkTier: STANDARD
subnetwork: "\"regions/\" + $SECRET.gcp_region + \"/subnetworks/default\""