Use Terraform to query Jerakia
- A list of supported data sources can be found here.
To configure this provider, do the following:
provider "jerakia" {
api_url = "http://127.0.0.1:9843"
api_token = "tokentoken"
}
The following arguments are supported:
-
api_url
- Required - The URL to the Jerakia service. This can also be set with theJERAKIA_URL
environment variable. -
api_token
- Required - The token to authenticate with. This can also be set with theJERAKIA_TOKEN
environment variable.