GithubHelp home page GithubHelp logo

pulumi-provider-jotform's Introduction

Pulumi Provider for Jotform

This repository is a "native" Pulumi provider for Jotform.

It is based on the Pulumi provider boilerplate.

Caveat: This is my first Golang project; I may have omitted some idioms and standards. Pull requests are welcome.

Build

You can build locally, or use the Dockerfile in this repository to build.

Docker build

Build and run an interactive Docker container

docker build -t pulumi-jotform-builder .
docker run -it -v $(pwd):/data -w /data --name pulumi-provider-jotform-builder --entrypoint bash pulumi-jotform-builder

In the Docker container's shell, execute run-jotform-example (source is in docker/run-jotform-example) to build the provider and run a test Pulumi Python project.

Local build

To build locally, ensure the following tools are installed and present in your $PATH:

Build the provider and install the plugin

$ make build install

This will:

  1. Create the SDK codegen binary and place it in a ./bin folder (gitignored)
  2. Create the provider binary and place it in the ./bin folder (gitignored)
  3. Generate the dotnet, Go, Node, and Python SDKs and place them in the ./sdk folder
  4. Install the provider on your machine.

Test against the example

Create an account on Jotform and create an API key in Account settings. Set the API key permissions to "Full access".

Replace YOUR_API_KEY with the API key in the steps below.

cd examples/jotform
pulumi stack init jotform-example-dev
pulumi config set --secret jotform_api_key YOUR_JOTFORM_API_KEY 
pulumi up

You can view your new form in My Forms on Jotform.

Additional Details

This repository depends on the pulumi-go-provider library. For more details on building providers, please check the Pulumi Go Provider docs.

References

Other resources/examples for implementing providers:

pulumi-provider-jotform's People

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.