Files
opentf/command/testdata/validate-invalid/incorrectmodulename/main.tf
Pam Selle fa7c3d7e10 Remove interpolation-only warning
These interpolations are removed when upgrading using 0.12upgrade,
and are removed in terraform fmt in many cases
2021-02-19 10:59:09 -05:00

7 lines
72 B
HCL

module "super#module" {
}
module "super" {
source = var.modulename
}