This repository provides a script to install and cache Terraform plugins. This helps in reducing the time required to download plugins during Terraform runs.
- Terraform installed on your machine
- Internet connection to download plugins
-
Clone the repository:
git clone <repository-url> cd <repository-directory>
-
Run the installation script:
./install_plugins.sh
-
Ensure the plugins are cached by running the script:
./install_plugins.sh
-
Use Terraform as usual:
terraform init terraform apply
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.