Skip to content

Commit

Permalink
updating tests fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Sep 24, 2020
1 parent 100e265 commit 3ec7a93
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions polkadot/api/test/fixtures/nested/component/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ terraform {
source = "."
}

include {
path = find_in_parent_folders()
}

locals {
vars = read_terragrunt_config(find_in_parent_folders("variables.hcl")).locals
}
//include {
// path = find_in_parent_folders()
//}

inputs = {
any = local.vars
}
//locals {
// vars = read_terragrunt_config(find_in_parent_folders("variables.hcl")).locals
//}
//
//inputs = {
// any = local.vars
//}

0 comments on commit 3ec7a93

Please sign in to comment.