Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 988 Bytes

File metadata and controls

34 lines (25 loc) · 988 Bytes
page_title remscontent Provider
description

remscontent Provider

Example Usage

# 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")
}

Schema

Optional

  • 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.