Skip to content

Latest commit

 

History

History
443 lines (232 loc) · 12.1 KB

aci.md

File metadata and controls

443 lines (232 loc) · 12.1 KB
layout title type resource
resource
aci
provider
aci

Index

Example Usage

provider "aci" {
  version = "0.5.4"

  # cert_name - (optional) is a type of string
  cert_name = null
  # insecure - (optional) is a type of bool
  insecure = null
  # password - (optional) is a type of string
  password = null
  # private_key - (optional) is a type of string
  private_key = null
  # proxy_url - (optional) is a type of string
  proxy_url = null
  # url - (required) is a type of string
  url = null
  # username - (required) is a type of string
  username = null
}

top

Resources

top

Datasources

top