Skip to content

Commit

Permalink
Adding Attribute contract and repo (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Jul 30, 2024
1 parent 5696123 commit ad2fea2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ variable "github_readonly_repos" {
topics = ["sonsofphp", "sons-of-php", "bard-php", "monorepo", "php", "php8"]
},
# Contracts
attribute-contract = {
name = "attribute-contract"
description = "[read-only] Attribute Contract"
homepage_url = "https://docs.sonsofphp.com/contracts/attribute"
topics = ["sonsofphp", "sons-of-php", "php", "attribute"]
},
cookie-contract = {
name = "cookie-contract"
description = "[read-only] Cookie Contract"
Expand Down Expand Up @@ -128,6 +134,12 @@ variable "github_readonly_repos" {
topics = ["sonsofphp", "sons-of-php", "php", "version"]
},
# Components
attribute = {
name = "attribute"
description = "[read-only] Attribute component"
homepage_url = "https://docs.sonsofphp.com/components/attribute"
topics = ["sonsofphp", "sons-of-php", "php", "attribute"]
},
cache = {
name = "cache"
description = "[read-only] Cache component"
Expand Down Expand Up @@ -343,6 +355,10 @@ variable "github_sonsofphp_labels" {
}))

default = {
Attribute = {
name = "Attribute"
color = "5319e7"
},
Cache = {
name = "Cache"
color = "5319e7"
Expand Down Expand Up @@ -543,6 +559,8 @@ resource "github_repository" "sonsofphp" {
"psr-20",
"sons-of-php",
"sonsofphp",
"ecommerce",
"shop",
]
visibility = "public"
vulnerability_alerts = true
Expand Down

0 comments on commit ad2fea2

Please sign in to comment.