terraform-provider-octopusdeploy

command module
v0.7.63 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2021 License: MPL-2.0 Imports: 2 Imported by: 0

README

🐙 Terraform Provider for Octopus Deploy

This repository contains the source code for the Terraform Provider for Octopus Deploy. It supports provisioning/configuring of Octopus Deploy instances via Terraform. Documentation and guides for using this provider are located on the Terraform Registry: Documentation.

🪄 Installation and Configuration

The Terraform Provider for Octopus Deploy is available via the Terraform Registry: OctopusDeployLabs/octopusdeploy. To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    octopusdeploy = {
      source = "OctopusDeployLabs/octopusdeploy"
      version = "version-number" # example: 0.7.62
    }
  }
}

provider "octopusdeploy" {
  # configuration options
  address    = "https://octopus.example.com"
  api_key    = "API-XXXXXXXXXXXXX"
  space_id   = "Spaces-321"
  space_name = "Development Team"
}

There are configuration parameters available for this provider:

  • address (required; string) the service endpoint of the Octopus REST API
  • api_key (required; string) the API key to use with the Octopus REST API
  • space_id (optional; string) the space ID in Octopus Deploy
  • space_name (optional; string) the space name in Octopus Deploy

If a space ID or name is not specified, the Terraform Provider for Octopus Deploy will assume the default space.

Run terraform init to initialize this provider and enable resource management.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL