OSVauco/infrastructure/modules/vauco-bootstrap/versions.tf
Chris Christiansen 9fcb9c354a
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
feat(core): Fresh initialization - Deploy v3.6.1 Singularity Architecture
2026-09-03 04:03:09 +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"
}
}
}