Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Note: For HCL templates, we need to make some changes. In your packer.hcl file, add

variable "appian_environment" { type = string }

Change extra_arguments to

"appian_environment=var.appian_environment"

Then execute packer validate -var 'appian_environment=ci' packer.json