From 6ec7f35869c80c6bb84b63a235afe73223436a6f Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Tue, 1 Oct 2024 15:58:30 -0400 Subject: [PATCH] adding stdlib (#18) --- main.tf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/main.tf b/main.tf index 45d363e..048f701 100644 --- a/main.tf +++ b/main.tf @@ -279,6 +279,12 @@ variable "github_readonly_repos" { homepage_url = "https://docs.sonsofphp.com/components/state-machine" topics = ["sonsofphp", "sons-of-php", "php", "state-machine"] }, + stdlib = { + name = "stdlib" + description = "[read-only] Standard Library" + homepage_url = "https://docs.sonsofphp.com/components/stdlib" + topics = ["sonsofphp", "sons-of-php", "php", "stdlib"] + }, user-agent = { name = "user-agent" description = "[read-only] User Agent" @@ -406,6 +412,12 @@ variable "github_readonly_repos" { homepage_url = "https://docs.sonsofphp.com/contracts/state-machine" topics = ["sonsofphp", "sons-of-php", "php", "state-machine"] }, + stdlib-contract = { + name = "stdlib-contract" + description = "[read-only] Standard Library Contact" + homepage_url = "https://docs.sonsofphp.com/contracts/stdlib" + topics = ["sonsofphp", "sons-of-php", "php", "stdlib"] + }, user-agent-contract = { name = "user-agent-contract" description = "[read-only] User Agent Contact"