-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstackql_manifest.yml
More file actions
34 lines (34 loc) · 985 Bytes
/
stackql_manifest.yml
File metadata and controls
34 lines (34 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
version: 1
name: "patch-doc-test"
description: Demonstrates the Cloud Control API update (PatchDocument) workflow using an S3 bucket - deploy, modify versioning config, re-deploy to apply the update.
providers:
- awscc::v26.03.00379
globals:
- name: region
description: aws region
value: "{{ AWS_REGION }}"
- name: global_tags
value:
- Key: 'stackql:stack-name'
Value: "{{ stack_name }}"
- Key: 'stackql:stack-env'
Value: "{{ stack_env }}"
- Key: 'stackql:resource-name'
Value: "{{ resource_name }}"
resources:
- name: bucket1
props:
- name: bucket1_name
value: "{{ stack_name }}-{{ stack_env }}-bucket1"
- name: bucket1_versioning_config
value:
Status: Enabled
- name: bucket1_tags
merge:
- global_tags
value:
- Key: Name
Value: "{{ stack_name }}-{{ stack_env }}-bucket1"
exports:
- bucket1_name
- bucket1_arn