2023-05-03 14:52:20 +02:00
|
|
|
terraform {
|
2024-05-05 11:35:15 +02:00
|
|
|
required_version = "~>1.7.0"
|
2023-05-03 14:52:20 +02:00
|
|
|
|
|
|
|
required_providers {
|
|
|
|
google = {
|
|
|
|
source = "hashicorp/google" # https://github.com/hashicorp/terraform-provider-google
|
2024-05-05 11:35:15 +02:00
|
|
|
version = "~>5.27.0"
|
2023-05-03 14:52:20 +02:00
|
|
|
}
|
|
|
|
kubernetes = {
|
|
|
|
source = "hashicorp/kubernetes" # https://github.com/hashicorp/terraform-provider-kubernetes
|
2024-05-05 11:35:15 +02:00
|
|
|
version = "~>2.29.0"
|
2023-05-03 14:52:20 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|