Skip to content

Commit

Permalink
skip: update CI 30
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-corp committed Jun 20, 2024
1 parent d74b293 commit 8664e72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions auto_policy_testing/green/storage/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
output "storage" {
value = {
storageid = azurerm_storage_account.this.id
}
}
5 changes: 5 additions & 0 deletions auto_policy_testing/red/storage/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
output "storage" {
value = {
storageid = azurerm_storage_account.this.id
}
}

0 comments on commit 8664e72

Please sign in to comment.