1
0
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:
Jan Orel 2022-10-24 11:03:35 +02:00 committed by GitHub
parent 8e20d747c8
commit 5973b126b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %>