Skip to content

jasonwalsh/terraform-plugins

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

terraform-plugins

This action installs third-party Terraform Plugins for use in GitHub Actions.

Usage

See action.yml

The action automatically creates the user plugins directory ~/.terraform.d/plugins.

steps:
  - uses: actions/checkout@master
  - uses: jasonwalsh/terraform-plugins@v1
    with:
      plugins: |
        https://github.com/gavinbunney/terraform-provider-kubectl/releases/download/v1.4.2/terraform-provider-kubectl-linux-amd64

Note: GitHub Actions inputs do not support arrays. Make sure the plugins input is a list of strings separated by a newline.

License

MIT License