Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

This repository contains an essay written for the course "Languages for Global Computing" as part of the Master's Degree program at the University of Padua during the academic year A.A. 2020/2021.

License

Notifications You must be signed in to change notification settings

Giglium/Terraform-Parallelism-Deep-Dive

Repository files navigation

Terraform Parallelism Deep Dive

This repository contains an essay written for the course "Languages for Global Computing" as part of the Master's Degree program at the University of Padua during the academic year A.A. 2020/2021.

The essay delves into how Terraform executes tasks concurrently to improve efficiency. You'll find practical examples, detailed explanations, and best practices to help you understand how parallelism is implemented in Terraform.

Prerequisites

Compilation

git clone https://github.com/Giglium/Terraform-Parallelism-Deep-Dive.git
cd Terraform-Parallelism-Deep-Dive
chmod +x ./build.sh
./build.sh

Compilation with docker

git clone https://github.com/Giglium/Terraform-Parallelism-Deep-Dive.git
cd Terraform-Parallelism-Deep-Dive
chmod +x ./build.sh
docker run --rm -v $(pwd):/workdir texlive/texlive:latest build.sh

License

This project is licensed under the MIT License

About

This repository contains an essay written for the course "Languages for Global Computing" as part of the Master's Degree program at the University of Padua during the academic year A.A. 2020/2021.

Topics

Resources

License

Stars

Watchers

Forks