# 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"
version = "~> 0.0.1"
}
}
}
provider "port" {}
resource "port_entity" "microservice" {
title = "monolith"
blueprint = "microservice_blueprint"
properties {
name = "microservice_name"
value = "golang_monolith"
type = "string"
}
}
# Packages
No description provided by the author