Skip to content

Latest commit

 

History

History
133 lines (79 loc) · 3.68 KB

azurestack.md

File metadata and controls

133 lines (79 loc) · 3.68 KB
layout title type resource
resource
azurestack
provider
azurestack

Index

Example Usage

provider "azurestack" {
  version = "0.9.0"

  # arm_endpoint - (optional) is a type of string
  arm_endpoint = null
  # client_certificate_password - (optional) is a type of string
  client_certificate_password = null
  # client_certificate_path - (optional) is a type of string
  client_certificate_path = null
  # client_id - (optional) is a type of string
  client_id = null
  # client_secret - (optional) is a type of string
  client_secret = null
  # skip_credentials_validation - (optional) is a type of bool
  skip_credentials_validation = null
  # skip_provider_registration - (optional) is a type of bool
  skip_provider_registration = null
  # subscription_id - (optional) is a type of string
  subscription_id = null
  # tenant_id - (optional) is a type of string
  tenant_id = null
}

top

Resources

top

Datasources

top