Skip to content

Configure and Cache Terraform Plugin to be used in GitHub Action

Notifications You must be signed in to change notification settings

subhamay-bhattacharyya/terraform-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

        

Install and Cache Terraform Plugin

Introduction

This repository provides a script to install and cache Terraform plugins. This helps in reducing the time required to download plugins during Terraform runs.

Prerequisites

  • Terraform installed on your machine
  • Internet connection to download plugins

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-directory>
  2. Run the installation script:

    ./install_plugins.sh

Usage

  1. Ensure the plugins are cached by running the script:

    ./install_plugins.sh
  2. Use Terraform as usual:

    terraform init
    terraform apply

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

Configure and Cache Terraform Plugin to be used in GitHub Action

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published