From 739ff824a18e0b9d02c38dae2dba711a9454ded4 Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Sat, 11 Nov 2023 16:15:05 -0500 Subject: [PATCH] common-contract --- main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.tf b/main.tf index 80b5ebd..6ae699f 100644 --- a/main.tf +++ b/main.tf @@ -18,10 +18,10 @@ variable "github_readonly_repos" { topics = ["sonsofphp", "sons-of-php", "bard-php", "monorepo", "php", "php8"] }, # Contracts - core_contract = { - name = "core-contract" + common_contract = { + name = "common-contract" description = "[read-only] Generic PHP Interfaces" - homepage_url = "https://docs.sonsofphp.com/contracts/core" + homepage_url = "https://docs.sonsofphp.com/contracts/common" topics = ["sonsofphp", "sons-of-php", "php", "stdlib"] }, cqrs_contract = {