Skip to content

Commit

Permalink
update interpolation test case to include long non-interpolated subst…
Browse files Browse the repository at this point in the history
…ring
  • Loading branch information
kkozik-amplify committed Jan 16, 2025
1 parent 993ef6b commit 880ad1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"locals": [
{
"embedded_interpolation": "${module.special_constants.aws_accounts[\"aaa-${local.foo}-${local.bar}\"]}/us-west-2/key_foo"
"embedded_interpolation": "(long substring without interpolation); ${module.special_constants.aws_accounts[\"aaa-${local.foo}-${local.bar}\"]}/us-west-2/key_foo"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
embedded_interpolation = "${module.special_constants.aws_accounts["aaa-${local.foo}-${local.bar}"]}/us-west-2/key_foo"
embedded_interpolation = "(long substring without interpolation); ${module.special_constants.aws_accounts["aaa-${local.foo}-${local.bar}"]}/us-west-2/key_foo"
}

0 comments on commit 880ad1c

Please sign in to comment.