Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
update outputs.tf to bracket syntax (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pumpkin-3906 authored Nov 29, 2022
1 parent 3d77790 commit 2e58e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tflint_alt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ rule "terraform_comment_syntax" {
}

rule "terraform_deprecated_index" {
enabled = false
enabled = true
}

rule "terraform_deprecated_interpolation" {
Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ output "vnet_name" {

output "vnet_subnets" {
description = "The ids of subnets created inside the newly created vNet"
value = azurerm_subnet.subnet.*.id
value = azurerm_subnet.subnet[*].id
}

output "vnet_subnets_name_id" {
Expand Down

0 comments on commit 2e58e56

Please sign in to comment.