mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 22:44:03 +00:00
11 lines
155 B
HCL
11 lines
155 B
HCL
terraform {
|
|
required_version = ">= 1.8.0"
|
|
|
|
required_providers {
|
|
google = {
|
|
source = "hashicorp/google"
|
|
version = "~> 6.0"
|
|
}
|
|
}
|
|
}
|