mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
M #-: Add explicit dependecy to aws host (#2312)
This commit is contained in:
parent
8e20d747c8
commit
5973b126b9
@ -53,6 +53,8 @@ resource "aws_network_interface" "device_<%= obj['ID'] %>_ceph" {
|
||||
tags = {
|
||||
Name = "device_<%= obj['ID'] %>_ceph"
|
||||
}
|
||||
|
||||
depends_on = [ aws_instance.device_<%= obj['ID'] %> ]
|
||||
}
|
||||
|
||||
<%# additional CEPH disk %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user