command
module
Version:
v0.1.54
Opens a new window with list of versions in this module.
Published: Jul 14, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Maintainers
This provider plugin is maintained by Chase Sillevis.
Requirements
- Terraform 0.11.x
- Go 1.14 (to build the provider plugin)
Installing the Provider
-
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.
Building The Provider
-
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 your terraform
directory, remove the current .terraform
and re-run terraform init
-
Next time you run terraform plan
it'll use your updated version
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.