Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1011 Bytes

File metadata and controls

34 lines (27 loc) · 1011 Bytes
page_title subcategory description
envbuilder Provider
Envbuilder Provider The Envbuilder provider can be used to check for the presence of a container image previously built by Envbuilder https://github.com/coder/envbuilder. This allows re-using a previously built image pushed to a container registry without having to rebuild it.

envbuilder Provider

Envbuilder Provider

The Envbuilder provider can be used to check for the presence of a container image previously built by Envbuilder. This allows re-using a previously built image pushed to a container registry without having to rebuild it.

Example Usage

terraform {
  required_providers {
    envbuilder = {
      source = "coder/envbuilder"
    }
  }
}

// The provider currently requires no additional configuration.
provider "envbuilder" {}

Schema