FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

Atlas Provider

The Atlas provider is used to interact with resources, configuration, artifacts, and metadata managed by Atlas. The provider needs to be configured with the proper credentials before it can be used.

Use the navigation to the left to read about the available resources.

Example Usage

# Configure the Atlas provider
provider "atlas" {
    token = "${var.atlas_token}"
}

# Fetch an artifact configuration
resource "atlas_artifact" "web" {
    ...
}

Argument Reference

The following arguments are supported:


See the source of this document at Terraform.io