Skip to content

Latest commit

 

History

History
363 lines (192 loc) · 14.5 KB

checkpoint.md

File metadata and controls

363 lines (192 loc) · 14.5 KB
layout title type resource
resource
checkpoint
provider
checkpoint

Index

Example Usage

provider "checkpoint" {
  version = "1.4.0"

  # context - (optional) is a type of string
  context = null
  # domain - (optional) is a type of string
  domain = null
  # password - (optional) is a type of string
  password = null
  # port - (optional) is a type of number
  port = null
  # server - (optional) is a type of string
  server = null
  # timeout - (optional) is a type of number
  timeout = null
  # username - (optional) is a type of string
  username = null
}

top

Resources

top

Datasources

top