From 53f489e8c6a3967f71293fb80d8880ee6420b133 Mon Sep 17 00:00:00 2001 From: Shalev Avhar <51760613+shalev007@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:42:29 +0300 Subject: [PATCH 1/2] feat: Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d97c4aad..494741d8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ Port is the Developer Platform meant to supercharge your DevOps and Developers, ## Requirements -- [Terraform](https://www.terraform.io/downloads.html) >= 0.13.x - [Go](https://golang.org/doc/install) >= 1.19 (to build the provider plugin) - [Port Credentials](https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/api/#find-your-port-credentials) From 3ad38b3d83a65f2d387c476134b3ccda170c4480 Mon Sep 17 00:00:00 2001 From: Shalev Avhar <51760613+shalev007@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:12:36 +0300 Subject: [PATCH 2/2] feat: add Terraform without version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 494741d8..6a9864a2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Port is the Developer Platform meant to supercharge your DevOps and Developers, - [Port docs](https://docs.getport.io/build-your-software-catalog/custom-integration/iac/terraform/) ## Requirements - +- [Terraform](https://www.terraform.io/downloads.html) - [Go](https://golang.org/doc/install) >= 1.19 (to build the provider plugin) - [Port Credentials](https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/api/#find-your-port-credentials)