fun-dev / fun-cloud-provision

Provision GCP Environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(FCP) Provision GCP Components

Installation

  • Do install script which is under install dir. OS X & Linux:
Nothing Special

Windows:

Nothing Special

Usage example

  • We'll init terraform environment.
terraform init
  • We'll ask to terraform to check to code.
terraform plan
  • We'll execute our code.
terraform apply

Development setup

Requirement

Release History

  • 0.0.1
    • Work in progress

Meta

Tarako Chan – @tozastation

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Reference

About

Provision GCP Environment


Languages

Language:Shell 55.7%Language:HCL 42.7%Language:Makefile 1.6%