Skip to content

Commit

Permalink
testdata: Amend full-example/main.tf, add local value with provider f…
Browse files Browse the repository at this point in the history
…unction to verify terraform-docs can properly parse

Signed-off-by: Brittan DeYoung <32572259+brittandeyoung@users.noreply.github.com>
  • Loading branch information
brittandeyoung committed Apr 23, 2024
1 parent c43a2cf commit 8d5f633
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terraform/testdata/full-example/main.tf
Expand Up @@ -29,5 +29,9 @@ module "foo" {
}

module "foobar" {
source = "git@github.com:module/path?ref=v7.8.9"
source = "git@github.com:module/path?ref=v7.8.9"
}

locals {
arn = provider::aws::arn_parse("arn:aws:iam::444455556666:role/example")
}

0 comments on commit 8d5f633

Please sign in to comment.