まーぽんって誰がつけたの?

iOS→Scala→インフラなおじさん技術メモ

terraformでmoduleのsourceにinterpolationは使えない

module "hoge" {
  source = "${path.module}/hoge"
}

とやっても、

* hoge: module source cannot contain interpolations

で、はじかれる