terraboard job from terraboard/1.1.0
Github source:
8c7c0b9 or
master branch
Properties¶
aws¶
access_key_id¶iam aws access key id
region¶aws s3 region
s3_bucket¶Bucket name where tfstate exists
secret_access_key¶iam aws access secret key
postgresql¶
database¶Database name.
- Default
terraboard
host¶Database host.
- Default
127.0.0.1
role¶
name¶Database user.
- Default
terraboard
password¶Database passowrd.
terraboard¶
base_url¶If you need to set a route path for Terraboard, you can set a base URL by passing it as the
BASE_URLenvironment variable
dynamodb_table¶AWS DynamoDB table for locks.
file_extension¶File extention of state files.
key_prefix¶AWS Key Prefix.
log_format¶Set log format (‘plain’, ‘json’). (default: plain)
log_level¶Set log level (‘debug’, ‘info’, ‘warn’, ‘error’, ‘fatal’, ‘panic’)
logout_url¶Logout URL.
no_sync¶No not sync database.
port¶Port to listen on.
- Default
8080
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/terraboard/ directory
(learn more).
config/bpm.yml(frombpm.yml.erb)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/ directory.