terraform-provider-port-labs

command module
v1.10.6 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

README

Port Terraform Provider

Slack

Port is the Developer Platform meant to supercharge your DevOps and Developers, and allow you to regain control of your environment.

Documentation

Requirements

Installation

Terraform utilizes the Terraform Registry to download and install providers. To install the port provider, copy and paste the following code into your Terraform file:

terraform {
  required_providers {
    port = {
      source  = "port-labs/port-labs"
      version = "~> 1.0.0"
    }
  }
}

provider "port" {
  client_id = "{YOUR CLIENT ID}"     # or set the environment variable PORT_CLIENT_ID
  secret    = "{YOUR CLIENT SECRET}" # or set the environment variable PORT_CLIENT_SECRET
}

After you have added the code above, run the following command:

terraform init

Examples

please refer to the examples directory

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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