Skip to content

Commit

Permalink
chore: adding a info for the docs foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
florianow committed Sep 10, 2024
1 parent 680dfa4 commit aa929cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kit/foundation/docs/template/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
# note: we don't track any state for this module itself

locals {
foundation_path = "${get_repo_root()}/foundations/name-of-foundation"
foundation_path = "${get_repo_root()}/foundations/name-of-foundation" #TODO: replace with the name of the foundation
azure_platform = read_terragrunt_config("${local.foundation_path}/platforms/azure/platform.hcl")
}

Expand Down

0 comments on commit aa929cc

Please sign in to comment.