Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow649 committed Oct 4, 2023
1 parent 09f679b commit 7443e7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/r/team_service_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "sysdig_team_service_account" "service-account" {
name = "read only"
role = "ROLE_TEAM_READ"
expiration_date = time_static.example.unix
team_id = sysdig_monitor_teamt.sample.id
team_id = sysdig_monitor_team.devops.id
}
```
Expand Down Expand Up @@ -64,4 +64,3 @@ Sysdig team service account can be imported using the ID, e.g.
```
$ terraform import sysdig_team_service_account.my_team_service_account 10
```

0 comments on commit 7443e7d

Please sign in to comment.