Skip to content

Commit

Permalink
Refactor identity group names
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed Sep 18, 2024
1 parent 7f3bac6 commit 87fc101
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions tfvars/production.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -591,16 +591,7 @@ identity_groups = {
]
}

platform-contributors = {
description = "Platform contributors are able to contribute to the platform"
display_name = "Platform Contributors"
managers = []
members = []
owners = ["brett@osinfra.io"]
roles = []
}

platform-registry-readers = {
plt-registry-readers = {
description = "Group for reading from the platform artifact registry repository"
display_name = "Platform Registry Readers"

Expand All @@ -615,7 +606,7 @@ identity_groups = {
roles = []
}

platform-registry-writers = {
plt-registry-writers = {
description = "Group for writing to the platform artifact registry repository"
display_name = "Platform Registry Writers"
managers = []
Expand Down

0 comments on commit 87fc101

Please sign in to comment.