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