Guest User

Untitled

a guest
Mar 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. resource "gsuite_group" "test" {
  2. email = "test${count.index}@sillevis.net"
  3. name = "test${count.index}@sillevis.net"
  4. description = "Test ${count.index}"
  5. count = 1000
  6. }
Add Comment
Please, Sign In to add comment