Update main.tf

This commit is contained in:
Brian Jung 2022-10-28 09:18:01 -04:00 committed by GitHub
parent 7cd0600dfc
commit e0c41f959f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -14,15 +14,6 @@
* limitations under the License.
*/
terraform {
required_version = "~> 1.3.3"
required_providers {
google = {
version = "~> 4.41.0"
}
}
}
locals {
project_ids = toset(var.monitored_projects_list)
projects = join(",", local.project_ids)