Fixing syntax errors on Pulumi.yaml.
This commit is contained in:
parent
3af21b1852
commit
5346296e5f
1 changed files with 10 additions and 11 deletions
|
@ -3,17 +3,16 @@ description: ${DESCRIPTION}
|
|||
runtime: python
|
||||
template:
|
||||
description: A Pulumi deployment with Linode cloud and Python, enhanced with Ansible.
|
||||
config:
|
||||
name:
|
||||
type: String
|
||||
default: ${PROJECT}
|
||||
linode:
|
||||
token:
|
||||
description: "Linode Token"
|
||||
config:
|
||||
name:
|
||||
type: String
|
||||
default: ${PROJECT}
|
||||
description: Linode name
|
||||
linode:token:
|
||||
type: String
|
||||
secret: True
|
||||
description: Linode Token
|
||||
cloudflare:apiToken:
|
||||
type: String
|
||||
secret: True
|
||||
cloudflare:
|
||||
apiToken:
|
||||
description: "CloudFlare API Token for vavassori.org"
|
||||
type: String
|
||||
secret: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue