The changes made in the provided code snippet include: #342
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.
custom_data
to use the Hub NVAs offer instead of a hardcoded value.azurerm_storage_account
andazurerm_storage_container
resource to create a storage account and container for boot diagnostics.boot_diagnostics
block to use the newly created storage account and container.Here's a brief explanation of each change:
boot_diagnostics
block to use the newly created storage account and container ensures that the boot diagnostics are properly configured and stored in the correct location.refactor(terraform.auto.tfvars): update FortiNet network security group offer and sku to use the latest version
chore(terraform.auto.tfvars): remove unused hub-nva-offer variable and update new offer and sku values accordingly