Files
terraform-provider-decort/docs/index.md
dayterr 156b0a2d0c 4.11.1
2026-02-27 17:24:15 +03:00

1.7 KiB

page_title, description
page_title description
decort Provider

decort Provider

Schema

Required

  • authenticator (String) Authentication mode to use when connecting to DECORT cloud API. Should be one of 'decs3o', 'legacy', 'jwt' or 'bvs'.

Optional

  • allow_unverified_ssl (Boolean) If true, DECORT API will not verify SSL certificates. Use this with caution and in trusted environments only!
  • app_id (String) Application ID to access DECORT cloud API in 'decs3o' and 'bvs' authentication mode.
  • app_secret (String) Application secret to access DECORT cloud API in 'decs3o' and 'bvs' authentication mode.
  • bvs_password (String) User password for DECORT cloud API operations in 'bvs' authentication mode.
  • bvs_user (String) User name for DECORT cloud API operations in 'bvs' authentication mode.
  • controller_url (String) URL of DECORT Cloud controller to use. API calls will be directed to this URL.
  • domain (String) User password for DECORT cloud API operations in 'bvs' authentication mode.
  • jwt (String) JWT to access DECORT cloud API in 'jwt' authentication mode.
  • oauth2_url (String) OAuth2 application URL in 'decs3o' and 'bvs' authentication mode.
  • password (String) User password for DECORT cloud API operations in 'legacy' authentication mode.
  • path_cfg (String) The path of the configuration file entry
  • path_token (String) The path of the token file entry
  • time_to_refresh (Number) The number of minutes before the expiration of the token, a refresh will be made
  • user (String) User name for DECORT cloud API operations in 'legacy' authentication mode.