Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 244 Bytes

File metadata and controls

16 lines (13 loc) · 244 Bytes

Simple Example

module "terraform_google_group_users_data_source" {
  source      = "../../"
  group_email = "group-name@example.com"
}

Usage

terraform init
terraform plan -out tfplan
terraform apply tfplan