Skip to content

Conversation

@tplisson
Copy link

@tplisson tplisson commented Jun 11, 2025

Terraform/Azure/networking.tf adding NSG rule resources tied to a new NSG called 'bad_sg2'

Currently the Azure networking resource only include a standalone NSG resource azurerm_network_security_group (renamed bad_sg1.tf) with NSG rules defined in-line. (https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_security_rule)

This pull request proposed to add another case with a new NSG resource (bad_sg2.tf) tied to a couple of separate NSG rule resource azurerm_network_security_rule called bad_rule1.tf for SSH and bad_rule2.tf for RDP.
(https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_security_rule)

Also included a minor correction to the storage.tf file which actually require the storage_account_id.

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.

1 participant