Skip to content

Commit

Permalink
refactor: update stack configurations and import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebrovinny committed Feb 7, 2025
1 parent 30f49a0 commit c6a154a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 14 deletions.
4 changes: 2 additions & 2 deletions tests/fixtures/scenarios/mock-terraform/stacks/dev/mock.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- ../catalog/terraform/mock
- ../catalog/mock

components:
terraform:
Expand All @@ -15,4 +15,4 @@ components:
tenant: test
foo: "dev-foo"
bar: "dev-bar"
baz: "dev-baz"
baz: "dev-baz"
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ vars:

import:
- ./_defaults
- catalog/myapp
- catalog/random

components:
terraform:
myapp:
random:
vars:
location: Stockholm
lang: se
stage: dev
environment: ue2
tenant: platform
foo: "test-foo"
bar: "test-bar"
baz: "test-baz"
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ vars:

import:
- ./_defaults
- catalog/myapp
- catalog/random

components:
terraform:
myapp:
random:
vars:
location: Los Angeles
lang: en
stage: prod
environment: ue2
tenant: platform
foo: "test-foo"
bar: "test-bar"
baz: "test-baz"
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ vars:

import:
- ./_defaults
- catalog/myapp
- catalog/random

components:
terraform:
myapp:
random:
vars:
location: Los Angeles
lang: en
stage: staging
environment: ue2
tenant: platform
foo: "test-foo"
bar: "test-bar"
baz: "test-baz"

0 comments on commit c6a154a

Please sign in to comment.