Skip to content

Instantly share code, notes, and snippets.

@brunapereira
Created April 11, 2021 19:40
Show Gist options
  • Save brunapereira/60b863112c689daace03f897a1b7efc3 to your computer and use it in GitHub Desktop.
Save brunapereira/60b863112c689daace03f897a1b7efc3 to your computer and use it in GitHub Desktop.
team variables.tf
variable "engineer-members" {
type = set(string)
description = "List of github users that belong to engineers team"
}
variable "admin-members" {
type = set(string)
description = "List of github users that belong to admins team"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment