39 lines
662 B
YAML
39 lines
662 B
YAML
---
|
|
version: 1.1
|
|
|
|
host:
|
|
description: hostname
|
|
default: test
|
|
|
|
project:
|
|
description: the project
|
|
default: 5_secret_calc
|
|
|
|
environment:
|
|
description: the environment
|
|
default: environment
|
|
|
|
service:
|
|
description: the service
|
|
default: service
|
|
|
|
modified_variable: [] # a variable modified
|
|
|
|
dyn_{{ identifier }}:
|
|
dynamic:
|
|
variable: _.modified_variable
|
|
|
|
secret:
|
|
description: the second secret
|
|
type: secret
|
|
secret_manager:
|
|
host:
|
|
variable: __.host
|
|
project:
|
|
variable: __.project
|
|
environment:
|
|
variable: __.environment
|
|
service:
|
|
variable: __.service
|
|
user:
|
|
type: identifier
|