Git Product home page Git Product logo

susecloudlaunch's Introduction

susecloudlaunch

Prerequisites

  • Need local install of terraform

  • Need the following to build instances in AWS

    • AWS credentials in ~/.aws/credentials of following format: [default] aws_access_key_id = YOUR_ACCESS_KEY aws_secret_access_key = YOUR_SECRET_KEY

    • AWS default region in ~/.aws/config of following format: [default] region=us-east-1

  • Need the following to build instances in Azure

    • az login
  • Need the following to build instances in GCP

    • gcloud auth application-default login
    • enabled Cloud Resource Manager API for project
  • The public key of logged in user will be used to login to instances

susecloudlaunch's People

Contributors

rfparedes avatar dependabot[bot] avatar

Stargazers

adam kaminski avatar markgharvey avatar Loic Devulder avatar Jeremy Moffitt avatar Keith Berger avatar  avatar

Watchers

 avatar Sono pazzo, sei pazzo, siamo tutti pazzi. avatar

Forkers

prabalsharma

susecloudlaunch's Issues

Run terraform init in tf_apply/PROVIDER/environment directory before destroying

When attempting to destroy environment, the following error occurs:
❯ ./susecloudlaunch -d case00265430 azure
This may take time and depends on provider
Destroying case00265430 /

Error: Could not load plugin

Plugin reinitialization required. Please run "terraform init".

Plugins are external binaries that Terraform uses to access and manipulate
resources. The configuration provided requires plugins which can't be located,
don't satisfy the version constraints, or are otherwise incompatible.

Terraform automatically discovers provider requirements from your
configuration, including providers used in child modules. To see the
requirements and constraints, run "terraform providers".

4 problems:

  • Failed to instantiate provider "registry.terraform.io/hashicorp/azurerm" to
    obtain schema: unknown provider "registry.terraform.io/hashicorp/azurerm"
  • Failed to instantiate provider "registry.terraform.io/hashicorp/random" to
    obtain schema: unknown provider "registry.terraform.io/hashicorp/random"
  • Failed to instantiate provider "registry.terraform.io/-/azurerm" to obtain
    schema: unknown provider "registry.terraform.io/-/azurerm"
  • Failed to instantiate provider "registry.terraform.io/-/random" to obtain
    schema: unknown provider "registry.terraform.io/-/random”

To workaround,
cd tf_apply/azure/case00265430
terraform init

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.