terraform-provider-port-labs

command module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2022 License: Apache-2.0 Imports: 3 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.

Docs

Installation

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

resource "port-labs_entity" "microservice" {
  title     = "monolith"
  blueprint = "microservice_blueprint"
  properties {
    name  = "microservice_name"
    value = "golang_monolith"
    type  = "string"
  }
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cli

Jump to

Keyboard shortcuts

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