Files
launchpad/.tofu/platforms/gke/modules/cluster/providers.tf
Danijel Simeunovic 96dde22884
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 59s
strip cluster bootstraps
2026-04-27 21:43:42 +02:00

9 lines
122 B
HCL

terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 6.0"
}
}
}