generated from oracle-devrel/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathrelease_files.json
63 lines (63 loc) · 2.14 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[
{
"action": "create_zip",
"file_name": "terraform-test-latest.zip",
"files": [
{
"src_pattern": "cloud-foundation/solutions/Departmental-data-warehousing-Small-Footprint-Solution/*.tf",
"dst_path": ".",
"exclude": [
"main.tf"
]
},
{
"src": "cloud-foundation/solutions/Departmental-data-warehousing-Small-Footprint-Solution/LICENSE.tf",
"dst": "LICENSE.tf"
},
{
"src": "cloud-foundation/solutions/Departmental-data-warehousing-Small-Footprint-Solution/schema.yaml",
"dst": "schema.yaml"
},
{
"src": "cloud-foundation/solutions/Departmental-data-warehousing-Small-Footprint-Solution/README.md",
"dst": "README.md"
},
{
"src": "cloud-foundation/solutions/Departmental-data-warehousing-Small-Footprint-Solution/CONTRIBUTING.md",
"dst": "CONTRIBUTING.md"
},
{
"src": "cloud-foundation/solutions/Departmental-data-warehousing-Small-Footprint-Solution/orm/main.tf",
"dst": "main.tf"
},
{
"src_pattern": "cloud-foundation/modules/cloud-foundation-library/database/adw/**/*",
"dst_path": "modules/adw"
},
{
"src": "cloud-foundation/modules/cloud-foundation-library/oac",
"dst": "modules/oac"
},
{
"src": "cloud-foundation/modules/oci-cis-landingzone-quickstart/network/vcn-basic",
"dst": "modules/vcn-basic"
},
{
"src": "cloud-foundation/modules/oci-cis-landingzone-quickstart/network/vcn-routing",
"dst": "modules/vcn-routing"
},
{
"src": "cloud-foundation/modules/oci-cis-landingzone-quickstart/network/security",
"dst": "modules/security"
},
{
"src": "loud-foundation/modules/cloud-foundation-library/tagging",
"dst": "modules/tagging"
}
]
},
{
"action": "upload_file",
"file_name": "terraform-test-latest.zip"
}
]