Added module code.
This commit is contained in:
11
outputs.tf
Normal file
11
outputs.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
output "storage_account_id" {
|
||||
value = azurerm_storage_account.this.id
|
||||
}
|
||||
|
||||
output "storage_account_name" {
|
||||
value = azurerm_storage_account.this.name
|
||||
}
|
||||
|
||||
output "container_names" {
|
||||
value = [for container in azurerm_storage_container.containers : container.name]
|
||||
}
|
||||
Reference in New Issue
Block a user