Skip to content

Commit

Permalink
Apply changes in the quarkus-config-extensions repository
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 22, 2025
1 parent a6c303f commit 68c1cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-scripts/quarkus-config-extensions.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Create repository
resource "github_repository" "quarkus_config_extensions" {
name = "quarkus-config-extensions"
description = "Quarkus extensions to support Microprofile Config Sources"
description = "Quarkus extensions to support additional configuration sources"
archive_on_destroy = true
delete_branch_on_merge = true
has_issues = true
vulnerability_alerts = true
topics = ["quarkus-extension"]
topics = ["quarkus-extension", "configuration", "smallrye-config"]
}

# Create team
Expand Down

0 comments on commit 68c1cf2

Please sign in to comment.