ローカル – darwin_arm64

template プラグインは自分でビルドすればいい

https://github.com/hashicorp/terraform-provider-template

❯❯❯ go build .
❯❯❯ mkdir -p ~/.terraform.d/plugins/registry.terraform.io/hashicorp/template/2.2.0/darwin_arm64
❯❯❯ mv terraform-provider-template ~/.terraform.d/plugins/registry.terraform.io/hashicorp/template/2.2.0/darwin_arm64/terraform-provider-template_v2.2.0_x5

CI – linux_amd64

.terraform.hcl.lock をコミットしなければいい

ローカルの .terraform.hcl.lock のチェックサムにローカルにあったビルドした template プラグインのみのチェックサムが乗る。CI 上で init したタイミングでチェックサムの差異が出て死ぬ