OSVauco/infrastructure/modules/vauco-bootstrap/versions.tf
Chris Christiansen 72d94c2032 auto: sync
2026-05-26 12:58:22 +00:00

15 lines
238 B
HCL

terraform {
required_version = ">= 1.5"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.0"
}
archive = {
source = "hashicorp/archive"
version = ">= 2.2.0"
}
}
}