Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 704 Bytes

File metadata and controls

33 lines (22 loc) · 704 Bytes
page_title subcategory description
structurizr Provider

structurizr Provider

Example Usage

provider "structurizr" {
  host          = "http://localhost:8080"
  admin_api_key = "structurizr"
  tls_insecure  = true
}

Schema

Required

Optional

  • admin_api_key (String, Sensitive) An API Key to be authorised against Structurizr API
  • tls_insecure (Boolean) Disable TLS verification checks for self-hosted structurizr with self-signed certificates