Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 910 Bytes

icinga2.md

File metadata and controls

55 lines (35 loc) · 910 Bytes
layout title type resource
resource
icinga2
provider
icinga2

Index

Example Usage

provider "icinga2" {
  version = "0.5.0"

  # api_password - (required) is a type of string
  api_password = null
  # api_url - (required) is a type of string
  api_url = null
  # api_user - (required) is a type of string
  api_user = null
  # insecure_skip_tls_verify - (optional) is a type of bool
  insecure_skip_tls_verify = null
}

top

Resources

top

Datasources

top