Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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