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
  • Loading branch information
brittandeyoung committed Apr 23, 2024
1 parent bc55ef7 commit 722c195
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terraform/testdata/full-example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ module "foo" {
}

module "foobar" {
source = "[email protected]:module/path?ref=v7.8.9"
source = "[email protected]:module/path?ref=v7.8.9"
}

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

0 comments on commit 722c195

Please sign in to comment.