Giter VIP home page Giter VIP logo

terraform-provider-remote's Introduction

Forked from tenstad/terraform-provider-remote to add proxy jump capability.

Terraform Provider Remote

Documentation: https://registry.terraform.io/providers/tmscer/remote/latest/docs/resources/file

Issues

Please create an issue if you find typos, have any questions, or problems with the provider. Feature requests are welcome, but you may have to get your hands dirty and take part in the implementation to get the feature merged.

Pull Requests

Pull requests are welcome! ๐Ÿ˜Š You may create an issue to discuss the changes first, but it is not a strict requirement.

Before creating a PR, please ensure that all documentation is correctly generated (go generate), and that go modules are tidy (go mod tidy).

Developing the Provider

Requirements

If you wish to work on the provider, you'll first need Go installed on your machine. You might also want Terraform and Docker, depending on the work.

Development Workflow

The playground enables developers to play around with changes and new features without releasing a new version of the provider.

In playground/:

  • make install to compile and install the provider in the playground
  • make hosts to start containers to use as remote hosts
  • Optionally use export TF_LOG=INFO and tflog.Info(ctx, "message from provider") to log from the provider.
  • Evaluate your changes my modifying main.tf
    and running terraform plan or terraform apply
  • docker exec -it remotehost sh to enter remote host
    and see that configuration is applied correctly
  • make clean to delete terraform state and remote hosts

When changes are working as intended:

  • Create/modify acceptance tests
  • make test to run acceptance test
    NOTE: Docker is required, tests are performed between containers
  • go generate to generate documentation

terraform-provider-remote's People

Contributors

bjw-s avatar dependabot[bot] avatar phaer avatar tenstad avatar tmscer 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.