tungbq / aws-lab-with-terraform

Collection of Terraform code for AWS labs
11 stars 13 forks source link

Add[#124]: local-exec multi command example #261

Open vivekvr1 opened 1 year ago

vivekvr1 commented 1 year ago

Closes: #124

Be noted that 124 is the issue ID

What is the purpose of the change

Changes:

Add a description of the overall background and high level changes that this PR introduces

  • This pull request adds a new example to the tungbq/aws-lab-with-terraform repository to execute multi-line commands using the local-exec provisioner. This example will be helpful for users who need to run more complex commands on their local systems.

(E.g.: This pull request improves documentation of area A by adding ....)

tungbq commented 12 months ago

Thanks @vivekvr1, it looks good. Did you run test for this change?