File: module.tf

package info (click to toggle)
golang-github-hashicorp-terraform-json 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,572 kB
  • sloc: makefile: 31
file content (6 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
module "foo" {
  source = "./foo"

  bar = "baz"
  one = "two"
}