Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
🚧 fmtでdiffが生じるような変更
Browse files Browse the repository at this point in the history
  • Loading branch information
ikura-hamu committed Jul 4, 2024
1 parent 54c3c2f commit 915f7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/teams/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "github_team_members" "team_members" {

dynamic "members" {
for_each = toset(var.members)
content {
content {
username = members.value
role = "member"
}
Expand Down

0 comments on commit 915f7c1

Please sign in to comment.