Giter VIP home page Giter VIP logo

terraform-provider-aptible's Introduction

Aptible Terraform Provider

The provider is available on the Terraform Registry and can be installed using the normal Terraform configuration process.

To create an app:

  • Create a file named main.tf
  • Add your app's metadata.
    • You can see an example in examples/demo.tf

Developing the provider

Whenever a change is made:

  • Build the plugin: go build -o terraform-provider-aptible
  • Initialize the plugin: terraform init
  • See what changes will be made: terraform plan
  • Apply the changes: terraform apply

Manual Installation

If you are using a Terraform version that cannot install the provider from the registry, then you may attempt a local installation. However, we do not test this process and cannot ensure it works.

Verifying the Releases

All of the precompiled binaries available on the release page have checksums published to verify the integrity of the zip archives. To verify the checksums, we have signed them with a GPG key.

The public key ID is 0xa1b845b9417ca47a02dd7457fb0996ce6372f7ad and it is available at the SKS server pool

Once you have the public key, you can use it to verify the checksums and then, in turn, use those to verify the binaries. For example:

gpg --keyserver keyserver.ubuntu.com --recv-key 0xa1b845b9417ca47a02dd7457fb0996ce6372f7ad
gpg --verify terraform-provider-aptible_${VERSION}_SHA256SUMS.sig
sha256sum -c --ignore-missing terraform-provider-aptible_0.1_SHA256SUMS

The exact commands may vary on different systems.

terraform-provider-aptible's People

Contributors

robertfairhead avatar reggregory avatar madhuravius avatar almathew avatar joshraker avatar tedivm avatar usernotfound avatar neurosnap avatar bayley-aptible 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.