Skip to content

HelmRepository

A helm_repository stanza defines the details for a remote helm repository.

helm_repository {
...
}
Attribute Description
Name name required


type: string
The name of the repository.
name = "hashicorp"
URL url required


type: string
The repository URL.
url = "https://helm.releases.hashicorp.com"

These attributes are computed when the config is parsed and applied, and are therefore only known at parsetime or runtime.

Attribute Description