Update bootstrap template path in vmseries.tf #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is following my previous PR in which i missed to add all relevant paths to enhance its usability and it updates the vmseries.tf file to correct the path for the bootstrap template file used by the template_file data resource. The change ensures that the correct relative path is used when referencing the bootstrap.xml.template file, improving the module's portability and preventing potential issues related to incorrect file paths.
Description
This PR updates the vmseries.tf file to correct the path for the bootstrap template file used by the template_file data resource. The change ensures that the correct relative path is used when referencing the bootstrap.xml.template file, improving the module's portability and preventing potential issues related to incorrect file paths.
Motivation and Context
This change is required to ensure the Terraform module functions correctly in different environments by accurately referencing the bootstrap template file. Incorrect file paths can lead to errors during the deployment process, and this update addresses that issue.
I was not able to execute this module from different directories so thought to update it.
How Has This Been Tested?
The change was tested in a local development environment by running the Terraform configuration after updating the path. No errors were encountered, and the module successfully referenced the bootstrap.xml.template file, confirming the fix.
Screenshots (if appropriate)
Types of changes
Checklist