diff --git a/terraform-scripts/quarkus-google-cloud-services.tf b/terraform-scripts/quarkus-google-cloud-services.tf index 6ce05f3..f679117 100644 --- a/terraform-scripts/quarkus-google-cloud-services.tf +++ b/terraform-scripts/quarkus-google-cloud-services.tf @@ -2,6 +2,7 @@ resource "github_repository" "quarkus_google_cloud_services" { name = "quarkus-google-cloud-services" description = "Google Cloud Services Quarkus Extensions" + allow_update_branch = true archive_on_destroy = true delete_branch_on_merge = true has_issues = true diff --git a/terraform-scripts/quarkus-tika.tf b/terraform-scripts/quarkus-tika.tf index 67b653c..bc78b5d 100644 --- a/terraform-scripts/quarkus-tika.tf +++ b/terraform-scripts/quarkus-tika.tf @@ -2,12 +2,13 @@ resource "github_repository" "quarkus_tika" { name = "quarkus-tika" description = "Quarkus Tika extension" + homepage_url = "https://tika.apache.org/" allow_update_branch = true archive_on_destroy = true delete_branch_on_merge = true has_issues = true vulnerability_alerts = true - topics = ["quarkus-extension"] + topics = ["quarkus-extension", "content-detection", "tika"] } # Create team