27bb03bbc0
* adding copyright header * fix fmt and a test
11 lines
208 B
HCL
11 lines
208 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
provider "enos" "default" {}
|
|
|
|
provider "helm" "default" {
|
|
kubernetes {
|
|
config_path = abspath(joinpath(path.root, "kubeconfig"))
|
|
}
|
|
}
|