User Story 171709 (#267)

* Updating sample for consistency
This commit is contained in:
Tom Archer
2023-10-23 20:38:10 -07:00
committed by GitHub
parent 03dbc8db99
commit 00b03117df
4 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ output "subnet_name" {
value = azurerm_subnet.example.name
}
output "azurerm_managed_lustre_file_system" {
output "managed_lustre_file_system_name" {
value = azurerm_managed_lustre_file_system.example.name
}