Skip to content

Commit

Permalink
fix: Fixed subnet id in example.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Jun 16, 2023
1 parent 7ee75d8 commit 659ce75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/basic/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "network_security_group" {
environment = "test"
resource_group_name = "test-rg"
resource_group_location = "CanadaCentral"
subnet_ids = ""
subnet_ids = ["/subscription/***************"]
inbound_rules = [
{
name = "ssh"
Expand Down

0 comments on commit 659ce75

Please sign in to comment.