DEBSOURCES
Skip Quicknav
sources / golang-github-hashicorp-terraform-json / 0.5.0-3 / testdata / has_changes / foo / main.tf
12345678910111213
variable "bar" { type = "string" } variable "one" { type = "string" } resource "null_resource" "foo" { triggers = { foo = "bar" } }