2016-12-19 terraformでmoduleのsourceにinterpolationは使えない Terraform module "hoge" { source = "${path.module}/hoge" } とやっても、 * hoge: module source cannot contain interpolations で、はじかれる