Skip to content

Instantly share code, notes, and snippets.

@DeviaVir
Created March 13, 2018 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DeviaVir/12b7ff8c876ec37a8c46d54431ea7be7 to your computer and use it in GitHub Desktop.
Save DeviaVir/12b7ff8c876ec37a8c46d54431ea7be7 to your computer and use it in GitHub Desktop.
resource "gsuite_group" "test" {
email = "test${count.index}@sillevis.net"
name = "test${count.index}@sillevis.net"
description = "Test ${count.index}"
count = 1000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment