Skip to content

Commit

Permalink
Add an example of team resource
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirsegev committed Sep 11, 2023
1 parent 847a5f2 commit f4d971f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion examples/resources/port_team/main.tf
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@

resource "port_team" "example" {
name = "example"
description = "example"
users = [
"[email protected]",
"[email protected]",
"[email protected]",
]
}

0 comments on commit f4d971f

Please sign in to comment.