- Website: https://registry.terraform.io/providers/DeviaVir/gsuite/latest/docs
- Mailing list: Google Groups
This provider plugin is maintained by Chase Sillevis.
-
Download the latest compiled binary from GitHub releases.
-
Unzip/untar the archive.
-
Move it into
$HOME/.terraform.d/plugins
:$ mkdir -p $HOME/.terraform.d/plugins $ mv terraform-provider-gsuite $HOME/.terraform.d/plugins/terraform-provider-gsuite
-
Create your Terraform configurations as normal, and run
terraform init
:$ terraform init
This will find the plugin locally.
-
cd
into$HOME/.terraform.d/plugins/terraform-provider-gsuite
-
Run
make vendor
to fetch the go vendor files -
Make your changes
-
Run
make dev
and in yourterraform
directory, remove the current.terraform
and re-runterraform init
-
Next time you run
terraform plan
it'll use your updated version