-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added deploy of DR system, commented out source stuff for now
- Loading branch information
nichollri
committed
Oct 3, 2024
1 parent
f638a72
commit 80cbd3a
Showing
4 changed files
with
535 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
output "volume_details" { | ||
value = { | ||
for key, volume in data.netapp-ontap_storage_volume_data_source.my_vol : key => { | ||
name = volume.name | ||
type = volume.type | ||
size = "${volume.space.size}${volume.space.size_unit}" | ||
} | ||
} | ||
description = "Details of the volumes including name, type, size, and size unit" | ||
} | ||
#output "volume_details" { | ||
# value = { | ||
# for key, volume in data.netapp-ontap_storage_volume_data_source.my_vol : key => { | ||
# name = volume.name | ||
# type = volume.type | ||
# size = "${volume.space.size}${volume.space.size_unit}" | ||
# } | ||
# } | ||
# description = "Details of the volumes including name, type, size, and size unit" | ||
#} |
Oops, something went wrong.