8 lines
92 B
HCL
8 lines
92 B
HCL
terraform {
|
|
required_providers {
|
|
helm = {
|
|
source = "hashicorp/helm"
|
|
}
|
|
}
|
|
}
|