• This repository has been archived on 27/Jun/2021
  • Stars
    star
    270
  • Rank 151,635 (Top 3 %)
  • Language
    Go
  • License
    MIT License
  • Created over 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A @HashiCorp Terraform provider for managing G Suite resources.

Deprecation notice

A big thank you to all 30 contributors that have helped make terraform-provider-gsuite a success for many across its ~3 year life span (first public release Feb 9, 2018)!

Hashicorp has released terraform-provider-googleworkspace with its first release up to feature-parity with the gsuite provider. As such, we will no longer be maintaining the gsuite provider and kindly refer users and contributors to the Hashicorp Google Workspace provider.

So long, and thanks for all the fish!


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

More Repositories

1

zenbot

Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
HTML
8,208
star
2

vue-bar

Simple, elegant spark bars for Vue.js
JavaScript
442
star
3

ghost-interphase-theme

A ghost theme based off of templated.co/interphase
CSS
65
star
4

pixelratio-screenshots

Grab a screenshot of a website, defining your own pixelratio. Uses phantomjs.
JavaScript
41
star
5

boilerplate

My personal boilerplate with commonly used libraries and set-up.
CSS
34
star
6

node-vultr

Node.JS library to communicate with the Vultr API
JavaScript
28
star
7

node-transip

Node.JS library to communicate with the TransIP API
JavaScript
9
star
8

cassandras3

Cassandra S3 backup, restore and view
Python
7
star
9

coinfalcon-node

Simple API client for the Coinfalcon exchange
JavaScript
6
star
10

k8s-quin

Quin: cluster network monitor
Go
4
star
11

ThumbGenerator

A PHP library to easily generate thumbs. Includes smart resize.
PHP
4
star
12

CreativeCoding

Whenever you feel crazy, just code it out.
JavaScript
4
star
13

dotfiles

Shell
3
star
14

ShowNotify

Notifies you of new show releases
CSS
3
star
15

laravel-boilerplate

PHP
3
star
16

pebble-statuschecker

WebOps-y Pebble App to tell you the status of certain services.
JavaScript
2
star
17

tfe-prometheus-exporter

TFE comes with statsd for internal tracking - use this to expose metrics to your prometheus federation
Go
2
star
18

bitcoin-prometheus-exporter

A prometheus exporter for the bitcoin/elements projects.
Go
2
star
19

terraform-ci

Terraform CI written in Python
Python
2
star
20

rocket-apps-golinks

Automatically convert golinks (go/some-thing) into URLs to your shortlink service.
TypeScript
2
star
21

docker-gitlab-runner-on-steroids

gitlab-runner with some things I need
Dockerfile
1
star
22

terraform-provider-customconfig

terraform has gotchas. this provider catches them.
Go
1
star
23

eric.sillevis.net

SCSS
1
star
24

servente

Manage Services like an SRE pro.
Go
1
star
25

pebblehue

Control your hue base station lights from your wrist.
JavaScript
1
star
26

coap-lb-benchmarks

CoAp loadbalancer tests.
JavaScript
1
star
27

node-partyflock

Node.JS library to communicate with the Partyflock API http://partyflock.nl/
JavaScript
1
star
28

IBAN-validator

Quick way to check an IBAN number via CLI
PHP
1
star
29

certbot-gcs

Certbot with a GCS backend/frontend
Shell
1
star
30

gitlab-prometheus-exporter

GitLab Prometheus Exporter for API endpoints
Makefile
1
star
31

inbox-web

Unofficial Google Inbox app for Mac
CoffeeScript
1
star
32

BLC-docker

Bitcoin+Lightning+Charge in a handy docker-compose
Dockerfile
1
star
33

instio

Instantly generate Golang CMS with API on the fly.
Go
1
star