Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.71 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.71 KB

        

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.