GithubHelp home page GithubHelp logo

isabella232 / terraform-provider-ibm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from logdna/terraform-provider-ibm

0.0 0.0 0.0 24.73 MB

Terraform IBM provider https://cloud.ibm.com/docs/terraform?topic=terraform-tf-provider

License: Mozilla Public License 2.0

Makefile 0.04% Go 99.21% Shell 0.05% HTML 0.68% Python 0.01% Swift 0.01% JavaScript 0.01% PHP 0.01%

terraform-provider-ibm's Introduction

Terraform Provider

Requirements

  • Terraform 0.10.1+
  • Go 1.15 (to build the provider plugin)

Building The Provider

Clone repository to: $GOPATH/src/github.com/IBM-Cloud/terraform-provider-ibm

mkdir -p $GOPATH/src/github.com/IBM-Cloud; cd $GOPATH/src/github.com/IBM-Cloud
git clone [email protected]:IBM-Cloud/terraform-provider-ibm.git

Enter the provider directory and build the provider

cd $GOPATH/src/github.com/IBM-Cloud/terraform-provider-ibm
make build

Docker Image For The Provider

You can also pull the docker image for the ibmcloud terraform provider :

docker pull ibmterraform/terraform-provider-ibm-docker

Using the provider

If you want to run Terraform with the IBM Cloud provider plugin on your system, complete the following steps:

  1. Download and install Terraform for your system.

  2. Download the IBM Cloud provider plugin for Terraform.

  3. Unzip the release archive to extract the plugin binary (terraform-provider-ibm_vX.Y.Z).

  4. Move the binary into the Terraform plugins directory for the platform.

    • Linux/Unix/OS X: ~/.terraform.d/plugins
    • Windows: %APPDATA%\terraform.d\plugins
  5. Export API credential tokens as environment variables. This can either be IBM Cloud API keys or Softlayer API keys and usernames, depending on the resources you are provisioning.

export IC_API_KEY="IBM Cloud API Key"
export IAAS_CLASSIC_API_KEY="IBM Cloud Classic Infrastructure API Key"
export IAAS_CLASSIC_USERNAME="IBM Cloud Classic Infrastructure username associated with Classic Infrastructure API KEY".
  1. Add the plug-in provider to the Terraform configuration file.
provider "ibm" {}

See the official documentation for more details on using the IBM provider.

Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (version 1.8+ is required). You'll also need to correctly setup a GOPATH, as well as adding $GOPATH/bin to your $PATH.

To compile the provider, run make build. This will build the provider and put the provider binary in the $GOPATH/bin directory.

make build
...
$GOPATH/bin/terraform-provider-ibm
...

In order to test the provider, you can simply run make test.

make test

In order to run the full suite of Acceptance tests, run make testacc.

Note: Acceptance tests create real resources, and often cost money to run.

make testacc

In order to run a particular Acceptance test, export the variable TESTARGS. For example

export TESTARGS="-run TestAccIBMNetworkVlan_Basic"

Issuing make testacc will now run the testcase with names matching TestAccIBMNetworkVlan_Basic. This particular testcase is present in ibm/resource_ibm_network_vlan_test.go

You will also need to export the following environment variables for running the Acceptance tests.

  • IC_API_KEY- The IBM Cloud API Key
  • IAAS_CLASSIC_API_KEY - The IBM Cloud Classic Infrastructure API Key
  • IAAS_CLASSIC_USERNAME - The IBM Cloud Classic Infrastructure username associated with the Classic InfrastAPI Key.

Additional environment variables may be required depending on the tests being run. Check console log for warning messages about required variables.

IBM Cloud Ansible Modules

An implementation of generated Ansible modules using the IBM Cloud Terraform Provider.

Prerequisites

  1. Install Python3

  2. RedHat Ansible 2.8+

    pip install "ansible>=2.8.0"
    

Install

  1. Download IBM Cloud Ansible modules from release page

  2. Extract module archive.

    unzip ibmcloud_ansible_modules.zip
    
  3. Add modules and module_utils to the Ansible search path. E.g.:

    cp build/modules/* $HOME/.ansible/plugins/modules/.
    cp build/module_utils/* $HOME/.ansible/plugins/module_utils/.
    
    

Example Projects

  1. VPC Virtual Server Instance

  2. Power Virtual Server Instance

terraform-provider-ibm's People

Contributors

anil-cm avatar anilkumarnagaraj avatar ashishth09 avatar astha-jain avatar deepaksibm avatar geogriff-signal avatar hasueki avatar hkantare avatar jjasghar avatar junliwang avatar kavya498 avatar kumarganesanibm avatar malarvizhik avatar minsikl avatar n-marton avatar nimisha0092 avatar odaira avatar praveengostu avatar sakshan1 avatar sakshiag avatar smjtd avatar stevestrutt avatar surajibm avatar ujjwal-ibm avatar umarali-nagoor avatar vaishnavigopal avatar vidyasagarmsc avatar vkalangu avatar wderezin avatar yussufsh 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.