Skip to content

Commit

Permalink
skip: update CI 32
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-corp committed Jun 20, 2024
1 parent 232b6ed commit 11e1f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto_policy_testing/green/storage/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "storage" {
value = {
storageid = azurerm_storage_account.this.id
storage = azurerm_storage_account.this.id
}
}
2 changes: 1 addition & 1 deletion auto_policy_testing/scripts/azure_map_report_fields.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"storageid": ["id"]
"storage": ["id"]
}

0 comments on commit 11e1f37

Please sign in to comment.