-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease_files.json
47 lines (47 loc) · 1.01 KB
/
release_files.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{
"action": "create_zip",
"file_name": "terraform-oci-fullstack-windmill.zip",
"files": [
{
"src": "container_instances",
"recursive": true,
"dst": "container_instances"
},
{
"src": "database",
"recursive": true,
"dst": "database"
},
{
"src": "network",
"recursive": true,
"dst": "network"
},
{
"src_pattern": "*.tf",
"dst_path": ".",
"exclude": [
"provider.tf",
"variables.tf"
]
},
{
"src": "schema.yaml",
"dst": "schema.yaml"
},
{
"src": "orm/variables.tf",
"dst": "variables.tf"
},
{
"src": "orm/provider.tf",
"dst": "provider.tf"
}
]
},
{
"action": "upload_file",
"file_name": "terraform-oci-fullstack-windmill.zip"
}
]