Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.26 KB

boundary.md

File metadata and controls

67 lines (43 loc) · 1.26 KB
layout title type resource
resource
boundary
provider
boundary

Index

Example Usage

provider "boundary" {
  version = "1.0.1"

  # addr - (required) is a type of string
  addr = null
  # auth_method_id - (optional) is a type of string
  auth_method_id = null
  # password_auth_method_login_name - (optional) is a type of string
  password_auth_method_login_name = null
  # password_auth_method_password - (optional) is a type of string
  password_auth_method_password = null
  # recovery_kms_hcl - (optional) is a type of string
  recovery_kms_hcl = null
  # token - (optional) is a type of string
  token = null
}

top

Resources

top

Datasources

top