Skip to content

Commit

Permalink
Update examples path
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Sep 10, 2024
1 parent 62c4fbb commit 499a4c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// This file was automatically generated by terraform-commons-dss.
// Do not edit it directly.

local dss = import '../../deploy/dss.libsonnet';
local metadataBase = import '../../deploy/metadata_base.libsonnet';
local dss = import '../../../deploy/services/tanka/dss.libsonnet';
local metadataBase = import '../../../deploy/services/tanka/metadata_base.libsonnet';

// All VAR_* values below must be replaced with appropriate values; see
// dss/build/README.md for more information.
Expand Down
4 changes: 2 additions & 2 deletions deploy/services/tanka/examples/minimum/main.jsonnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local dss = import '../../../deploy/dss.libsonnet';
local metadataBase = import '../../../deploy/metadata_base.libsonnet';
local dss = import '../../../deploy/services/tanka/dss.libsonnet';
local metadataBase = import '../../../deploy/services/tanka/metadata_base.libsonnet';

// All VAR_* values below must be replaced with appropriate values; see
// dss/build/README.md for more information.
Expand Down
4 changes: 2 additions & 2 deletions deploy/services/tanka/examples/schema_manager/main.jsonnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local schemaManager = import '../../../deploy/schema-manager.libsonnet';
local metadataBase = import '../../../deploy/metadata_base.libsonnet';
local schemaManager = import '../../../deploy/services/tanka/schema-manager.libsonnet';
local metadataBase = import '../../../deploy/services/tanka/metadata_base.libsonnet';

// All VAR_* values below must be replaced with appropriate values; see
// dss/build/README.md for more information.
Expand Down

0 comments on commit 499a4c6

Please sign in to comment.