Skip to content

Commit

Permalink
Merge pull request #76 from clouddrove/dependabot/terraform/examples/…
Browse files Browse the repository at this point in the history
…linux-vm/clouddrove/network-security-group/azure-1.1.0

build(deps): bump clouddrove/network-security-group/azure from 1.0.4 to 1.1.0 in /examples/linux-vm
  • Loading branch information
anmolnagpal authored Feb 5, 2025
2 parents ec009c4 + 8449a7a commit 6c3becc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/linux-vm/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module "subnet" {
##-----------------------------------------------------------------------------
module "security_group" {
source = "clouddrove/network-security-group/azure"
version = "1.0.4"
version = "1.1.0"
name = "app"
environment = "test"
resource_group_name = module.resource_group.resource_group_name
Expand Down

0 comments on commit 6c3becc

Please sign in to comment.