Giter Site home page Giter Site logo

multicloudify's Introduction

MultiCloudify

A tool for creating a multi-cloud kick off platform.

Installation

To install Multicloudify first clone the repo:

git clone https://github.com/TomYoungs/MultiCloudify.git

Next you can install the tool dependancies:

pip install -r requirements.txt

Running MultiCloudify

to run MultiCloudify run:

python3 selector.py

This will run through the setup steps, choosing providers and some starter resources.

Terraform State

After the creation of the platform you can procced to the setup state stage, this step is optional, if selected will setup this in a AWS S3 bucket, if you want to use a tool like Terraform Cloud choose no.

Usage/Limitations

to use hosted state make sure the S3 bucket is deployed and initialised

terraform {
  backend "s3" {
    bucket = "infra-tools-terraform-state"
    key    = "global/s3/terraform.tfstate"
    region = "us-east-2"

    dynamodb_table = "infra-tools-tf-locks"
    encrypt        = true
  }
}

removing state deployment

due to state being tangled up with the deployment of the S3 bucket a certain order needs to be made to remove:

  1. go to state tf code and remove the backend config block
  2. run tf init to migrate state back to local
  3. then run tf destroy to remove the bucket

Note: if this is done in a incorrect order you may need to manually remove the bucket and the state of other tf files

multicloudify's People

Contributors

tomyoungs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.