This commit is contained in:
Philippe Caseiro 2021-03-22 21:06:14 +01:00
parent b1971e9a18
commit ceb0075134
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ virtual_machines = {
name = "prod-amon-static", name = "prod-amon-static",
source = "http://localhost/fabrica/infra/production/amon.fabrica.local/system/amon.fabrica.local" source = "http://localhost/fabrica/infra/production/amon.fabrica.local/system/amon.fabrica.local"
} }
], },
depends = [ opennebula_virtual_network.production.id ] depends = [ opennebula_virtual_network.production.id ]
}, },
@ -40,7 +40,7 @@ virtual_machines = {
name = "prod-scribe-static", name = "prod-scribe-static",
source = "http://localhost/fabrica/infra/production/scribe.fabrica.local/system/scribe.fabrica.local" source = "http://localhost/fabrica/infra/production/scribe.fabrica.local/system/scribe.fabrica.local"
} }
], },
depends = [ opennebula_virtual_network.production.id ] depends = [ opennebula_virtual_network.production.id ]
}, },