UI Templates


Last updated
Was this helpful?
Was this helpful?
terrakubeUI :{
"100" : "<span>Some Content</span>"
}flow:
- type: "terraformPlan"
step: 100
name: "Plan"
commands:
- runtime: "GROOVY"
priority: 300
after: true
script: |
import Context
def uiTemplate = '{"100":"<span>Simple Text</span>"}'
new Context("$terrakubeApi", "$terrakubeToken", "$jobId", "$workingDirectory").saveProperty("terrakubeUI", uiTemplate)
"Save context completed..."
- type: "terraformApply"
step: 200
name: "Apply"