mirror of
https://github.com/poseidon/typhoon
synced 2024-11-08 08:49:20 +01:00
7b8a51070f
* With the new component system, these components can be managed independent from the cluster and rolled or edited in advanced ways
9 lines
130 B
HCL
9 lines
130 B
HCL
terraform {
|
|
required_providers {
|
|
kubernetes = {
|
|
source = "hashicorp/kubernetes"
|
|
version = "~> 2.8"
|
|
}
|
|
}
|
|
}
|