page_title | subcategory | description |
---|---|---|
structurizr Provider |
provider "structurizr" {
host = "http://localhost:8080"
admin_api_key = "structurizr"
tls_insecure = true
}
host
(String) A fully qualified hostname (e.g. https://my.structurizr.instance)
admin_api_key
(String, Sensitive) An API Key to be authorised against Structurizr APItls_insecure
(Boolean) Disable TLS verification checks for self-hosted structurizr with self-signed certificates