terraform { required_providers { coder = { source = "coder/coder" version = "~> 0.3.1" } google = { source = "hashicorp/google" version = "~> 4.15" } } } variable "service_account" { description = <