mirror of
https://github.com/poseidon/typhoon
synced 2025-04-30 05:08:07 +02:00
* With the new component system, these components can be managed independent from the cluster and rolled or edited in advanced ways
10 lines
131 B
HCL
10 lines
131 B
HCL
terraform {
|
|
required_providers {
|
|
kubernetes = {
|
|
source = "hashicorp/kubernetes"
|
|
version = "~> 2.8"
|
|
}
|
|
}
|
|
}
|
|
|