All Projects → DeviaVir → Terraform Provider Gsuite

DeviaVir / Terraform Provider Gsuite

Licence: mit
A @HashiCorp Terraform provider for managing G Suite resources.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Terraform Provider Gsuite

Gam
command line management for Google Workspace
Stars: ✭ 2,558 (+861.65%)
Mutual labels:  gsuite, google
Gtrendsr
R functions to perform and display Google Trends queries
Stars: ✭ 263 (-1.13%)
Mutual labels:  google
terraform-provider-docker
Terraform Docker provider
Stars: ✭ 139 (-47.74%)
Mutual labels:  terraform-provider
Realtime object detection
Plug and Play Real-Time Object Detection App with Tensorflow and OpenCV. No Bugs No Worries. Enjoy!
Stars: ✭ 260 (-2.26%)
Mutual labels:  google
Phobos
This tool written in Python3 allows you to download any movie easily thanks to Google Dorks and Google Drive!
Stars: ✭ 59 (-77.82%)
Mutual labels:  google
Laravel Robots Middleware
Enable or disable the indexing of your app
Stars: ✭ 259 (-2.63%)
Mutual labels:  google
terraform-provider-bigip
Terraform resources that can configure F5 BIG-IP products
Stars: ✭ 74 (-72.18%)
Mutual labels:  terraform-provider
Web Archives
Browser extension for viewing archived and cached versions of web pages
Stars: ✭ 263 (-1.13%)
Mutual labels:  google
Google Profanity Words
Full List of Bad Words and Top Swear Words Banned by Google as they closed it
Stars: ✭ 262 (-1.5%)
Mutual labels:  google
Microservices Traffic Management Using Istio
Istio is an open platform that provides a uniform way to connect, manage, and secure microservices. In this code we show how we can enable your microservices with advanced traffic management, routing and tracing capabilities leveraging Istio
Stars: ✭ 257 (-3.38%)
Mutual labels:  google
Gcal Cli
Google Calendar command line tool for Node.js
Stars: ✭ 255 (-4.14%)
Mutual labels:  google
react-google-static
🌍 A React wrapper for Google Static Maps API.
Stars: ✭ 37 (-86.09%)
Mutual labels:  google
Node Samples
Node samples for Google Workspace APIs.
Stars: ✭ 260 (-2.26%)
Mutual labels:  gsuite
terraform-provider-online
Terraform provider for Online.net
Stars: ✭ 19 (-92.86%)
Mutual labels:  terraform-provider
Flutter tts
Flutter Text to Speech package
Stars: ✭ 263 (-1.13%)
Mutual labels:  google
terraform-provider-terraform
Terraform terraform provider
Stars: ✭ 24 (-90.98%)
Mutual labels:  terraform-provider
Checkiptools
CheckIPTools 扫描谷歌IP以及实用IP转换小工具
Stars: ✭ 253 (-4.89%)
Mutual labels:  google
Terraform Provider Kafka
Terraform provider for managing Apache Kafka Topics + ACLs
Stars: ✭ 256 (-3.76%)
Mutual labels:  terraform-provider
Flutter Ui Nice
More than 130+ pages in this beautiful app and more than 45 developers has contributed to it.
Stars: ✭ 3,092 (+1062.41%)
Mutual labels:  google
Terraform Provider Ansible
"Logical" provider for integrating with an Ansible Dynamic Inventory script.
Stars: ✭ 262 (-1.5%)
Mutual labels:  terraform-provider

Terraform Provider - G Suite

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

  1. Download the latest compiled binary from GitHub releases.

  2. Unzip/untar the archive.

  3. Move it into $HOME/.terraform.d/plugins:

    $ mkdir -p $HOME/.terraform.d/plugins
    $ mv terraform-provider-gsuite $HOME/.terraform.d/plugins/terraform-provider-gsuite
    
  4. Create your Terraform configurations as normal, and run terraform init:

    $ terraform init
    

    This will find the plugin locally.

Building The Provider

  1. cd into $HOME/.terraform.d/plugins/terraform-provider-gsuite

  2. Run make vendor to fetch the go vendor files

  3. Make your changes

  4. Run make dev and in your terraform directory, remove the current .terraform and re-run terraform init

  5. Next time you run terraform plan it'll use your updated version

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].