File tree Expand file tree Collapse file tree 9 files changed +84
-137
lines changed
Expand file tree Collapse file tree 9 files changed +84
-137
lines changed Original file line number Diff line number Diff line change @@ -71,19 +71,6 @@ workflows:
7171integrations :
7272 github :
7373 gitops :
74- opentofu-version : 1.7.3
75- terraform-version : 1.5.2
76- infracost-enabled : __INFRACOST_ENABLED__
77- artifact-storage :
78- region : __STORAGE_REGION__
79- bucket : __STORAGE_BUCKET__
80- table : __STORAGE_TABLE__
81- role : __STORAGE_ROLE__
82- plan-repository-type : s3
83- metadata-repository-type : dynamo
84- role :
85- plan : __PLAN_ROLE__
86- apply : __APPLY_ROLE__
8774 matrix :
8875 sort-by : .stack_slug
8976 group-by : .stack_slug | split("-") | [.[0], .[2]] | join("-")
Original file line number Diff line number Diff line change @@ -6,6 +6,27 @@ components:
66 settings :
77 github :
88 actions_enabled : true
9+ integrations :
10+ github :
11+ actions_enabled : true
12+ gitops :
13+ opentofu-version : 1.7.3
14+ infracost-enabled : __INFRACOST_ENABLED__
15+ artifact-storage :
16+ region : __STORAGE_REGION__
17+ bucket : __STORAGE_BUCKET__
18+ table : __STORAGE_TABLE__
19+ role : __STORAGE_ROLE__
20+ plan-repository-type : s3
21+ blob-account-name :
22+ blob-container-name :
23+ metadata-repository-type : dynamo
24+ cosmos-container-name :
25+ cosmos-database-name :
26+ cosmos-endpoint :
27+ role :
28+ plan : __PLAN_ROLE__
29+ apply : __APPLY_ROLE__
930 vars :
1031 example : blue
1132 enabled : true
Original file line number Diff line number Diff line change @@ -4,24 +4,27 @@ components:
44 settings :
55 github :
66 actions_enabled : true
7- gitops :
8- opentofu-version : 1.7.3
9- infracost-enabled : __INFRACOST_ENABLED__
10- artifact-storage :
11- region : __STORAGE_REGION__
12- bucket : __STORAGE_BUCKET__
13- table : __STORAGE_TABLE__
14- role : __STORAGE_ROLE__
15- plan-repository-type : s3
16- blob-account-name :
17- blob-container-name :
18- metadata-repository-type : dynamo
19- cosmos-container-name :
20- cosmos-database-name :
21- cosmos-endpoint :
22- role :
23- plan : __PLAN_ROLE__
24- apply : __APPLY_ROLE__
7+ integrations :
8+ github :
9+ actions_enabled : true
10+ gitops :
11+ opentofu-version : 1.7.3
12+ infracost-enabled : __INFRACOST_ENABLED__
13+ artifact-storage :
14+ region : __STORAGE_REGION__
15+ bucket : __STORAGE_BUCKET__
16+ table : __STORAGE_TABLE__
17+ role : __STORAGE_ROLE__
18+ plan-repository-type : s3
19+ blob-account-name :
20+ blob-container-name :
21+ metadata-repository-type : dynamo
22+ cosmos-container-name :
23+ cosmos-database-name :
24+ cosmos-endpoint :
25+ role :
26+ plan : __PLAN_ROLE__
27+ apply : __APPLY_ROLE__
2528 vars :
2629 example : blue
2730 enabled : true
Original file line number Diff line number Diff line change @@ -6,24 +6,27 @@ components:
66 settings :
77 github :
88 actions_enabled : true
9- gitops :
10- opentofu-version : 1.7.3
11- infracost-enabled : __INFRACOST_ENABLED__
12- artifact-storage :
13- region : __STORAGE_REGION__
14- bucket : __STORAGE_BUCKET__
15- table : __STORAGE_TABLE__
16- role : __STORAGE_ROLE__
17- plan-repository-type : s3
18- blob-account-name :
19- blob-container-name :
20- metadata-repository-type : dynamo
21- cosmos-container-name :
22- cosmos-database-name :
23- cosmos-endpoint :
24- role :
25- plan : __PLAN_ROLE__
26- apply : __APPLY_ROLE__
9+ integrations :
10+ github :
11+ actions_enabled : true
12+ gitops :
13+ opentofu-version : 1.7.3
14+ infracost-enabled : __INFRACOST_ENABLED__
15+ artifact-storage :
16+ region : __STORAGE_REGION__
17+ bucket : __STORAGE_BUCKET__
18+ table : __STORAGE_TABLE__
19+ role : __STORAGE_ROLE__
20+ plan-repository-type : s3
21+ blob-account-name :
22+ blob-container-name :
23+ metadata-repository-type : dynamo
24+ cosmos-container-name :
25+ cosmos-database-name :
26+ cosmos-endpoint :
27+ role :
28+ plan : __PLAN_ROLE__
29+ apply : __APPLY_ROLE__
2730 vars :
2831 example : blue
2932 enabled : true
Original file line number Diff line number Diff line change @@ -2,26 +2,27 @@ components:
22 terraform :
33 foobar :
44 settings :
5- github :
6- actions_enabled : true
7- gitops :
8- opentofu-version : 1.7.3
9- infracost-enabled : __INFRACOST_ENABLED__
10- artifact-storage :
11- region : __STORAGE_REGION__
12- bucket : __STORAGE_BUCKET__
13- table : __STORAGE_TABLE__
14- role : __STORAGE_ROLE__
15- plan-repository-type : s3
16- blob-account-name :
17- blob-container-name :
18- metadata-repository-type : dynamo
19- cosmos-container-name :
20- cosmos-database-name :
21- cosmos-endpoint :
22- role :
23- plan : __PLAN_ROLE__
24- apply : __APPLY_ROLE__
5+ integrations :
6+ github :
7+ actions_enabled : true
8+ gitops :
9+ opentofu-version : 1.7.3
10+ infracost-enabled : __INFRACOST_ENABLED__
11+ artifact-storage :
12+ region : __STORAGE_REGION__
13+ bucket : __STORAGE_BUCKET__
14+ table : __STORAGE_TABLE__
15+ role : __STORAGE_ROLE__
16+ plan-repository-type : s3
17+ blob-account-name :
18+ blob-container-name :
19+ metadata-repository-type : dynamo
20+ cosmos-container-name :
21+ cosmos-database-name :
22+ cosmos-endpoint :
23+ role :
24+ plan : __PLAN_ROLE__
25+ apply : __APPLY_ROLE__
2526 vars :
2627 example : blue
2728 enabled : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,25 +4,6 @@ components:
44 settings :
55 github :
66 actions_enabled : false
7- gitops :
8- terraform-version : 1.5.2
9- infracost-enabled : __INFRACOST_ENABLED__
10- artifact-storage :
11- region : __STORAGE_REGION__
12- bucket : __STORAGE_BUCKET__
13- table : __STORAGE_TABLE__
14- role : __STORAGE_ROLE__
15- plan-repository-type : s3
16- blob-account-name :
17- blob-container-name :
18- metadata-repository-type : dynamo
19- cosmos-container-name :
20- cosmos-database-name :
21- cosmos-endpoint :
22- role :
23- plan : __PLAN_ROLE__
24- apply : __APPLY_ROLE__
25-
267 vars :
278 example : blue
289 enabled : true
Original file line number Diff line number Diff line change @@ -6,24 +6,6 @@ components:
66 settings :
77 github :
88 actions_enabled : true
9- gitops :
10- terraform-version : 1.5.2
11- infracost-enabled : __INFRACOST_ENABLED__
12- artifact-storage :
13- region : __STORAGE_REGION__
14- bucket : __STORAGE_BUCKET__
15- table : __STORAGE_TABLE__
16- role : __STORAGE_ROLE__
17- plan-repository-type : s3
18- blob-account-name :
19- blob-container-name :
20- metadata-repository-type : dynamo
21- cosmos-container-name :
22- cosmos-database-name :
23- cosmos-endpoint :
24- role :
25- plan : __PLAN_ROLE__
26- apply : __APPLY_ROLE__
279 vars :
2810 example : blue
2911 enabled : true
Original file line number Diff line number Diff line change @@ -4,24 +4,6 @@ components:
44 settings :
55 github :
66 actions_enabled : true
7- gitops :
8- terraform-version : 1.5.2
9- infracost-enabled : __INFRACOST_ENABLED__
10- artifact-storage :
11- region : __STORAGE_REGION__
12- bucket : __STORAGE_BUCKET__
13- table : __STORAGE_TABLE__
14- role : __STORAGE_ROLE__
15- plan-repository-type : s3
16- blob-account-name :
17- blob-container-name :
18- metadata-repository-type : dynamo
19- cosmos-container-name :
20- cosmos-database-name :
21- cosmos-endpoint :
22- role :
23- plan : __PLAN_ROLE__
24- apply : __APPLY_ROLE__
257 vars :
268 example : blue
279 enabled : false
You can’t perform that action at this time.
0 commit comments