Categorygithub.com/port-labs/terraform-provider-port-labs
modulepackage
10.1.0+incompatible
Repository: https://github.com/port-labs/terraform-provider-port-labs.git
Documentation: pkg.go.dev

# 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.4.0"
    }
  }
}
provider "port" {}

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

# Packages

No description provided by the author
No description provided by the author