Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vivekvr1
Copy link
Contributor

@vivekvr1 vivekvr1 commented Nov 1, 2023

Closes: #124

Be noted that 124 is the issue ID

What is the purpose of the change

Changes:

  • Added a new folder called multi-command under getting-started/local-exec.
  • Copied the main.tf file from the single-command example to the new multi-command folder.
  • Replaced the command section of the local-exec provisioner in the main.tf file with a multi-line command.

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 ....)

@vivekvr1 vivekvr1 requested a review from tungbq as a code owner November 1, 2023 11:35
@tungbq
Copy link
Owner

tungbq commented Dec 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Getting started] Add local-exec multi command example
2 participants