| page_title |
remscontent Provider |
| description |
|
# Provider configuration using explicit values.
# All attributes can alternatively be set via environment variables:
# REMS_ENDPOINT, REMS_API_USER, REMS_API_KEY, REMS_LANGUAGE
provider "remscontent" {
endpoint = "rems.example.org" # DNS name only, no https://
api_user = "admin@example.org"
api_key = "my-secret-api-key"
language = "en" # Localization language for all resources (e.g. "en", "fi")
}
api_key (String, Sensitive) REMS API key
api_user (String) REMS API user
endpoint (String) REMS instance endpoint (DNS name only, not URI)
language (String) Localization language key used for localized strings (e.g. "en", "fi"). Defaults to "en". Can also be set via REMS_LANGUAGE environment variable.