README
¶
Port Terraform Provider
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"
}
}
Documentation
¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.