Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P808
terraform for_each
Active
Public
Actions
Authored by
vsellier
on Oct 7 2020, 2:55 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
dynamic "disk" {
for_each = var.storage0_disks
content {
id = disk.value["id"]
type = disk.value["type"]
storage = disk.value["storage"]
storage_type = disk.value["storage_type"]
size = disk.value["size"]
}
}
Event Timeline
vsellier
created this paste.
Oct 7 2020, 2:55 PM
2020-10-07 14:55:21 (UTC+2)
vsellier
created this object with edit policy "
System administrators
(Project)".
Log In to Comment