Skip to content

Commit

Permalink
Merge pull request #38 from robinmordasiewicz/docs-11
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz authored Nov 21, 2023
2 parents ff24f05 + a8d15b9 commit 232c0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ internal_prefix = "10.0.3.0/24"

| Name | Version |
|------|---------|
| terraform | >= 1.6.0 |
| terraform | 1.6.4 |
| azurerm | 3.81.0 |
| http | 3.4.0 |
| random | 3.5.1 |
Expand Down
1 change: 1 addition & 0 deletions terraform/subnet.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ resource "azurerm_network_security_group" "private_nsg" {
destination_address_prefix = "*"
}
}

resource "azurerm_subnet_network_security_group_association" "external_subnet_association" {
subnet_id = azurerm_subnet.external_subnet.id
network_security_group_id = azurerm_network_security_group.private_nsg.id
Expand Down

0 comments on commit 232c0b5

Please sign in to comment.