Skip to content
Snippets Groups Projects
Commit 254b5e09 authored by František Dvořák's avatar František Dvořák
Browse files

Metadata for bioportal

parent e1bb22f3
No related branches found
No related tags found
No related merge requests found
Pipeline #691 failed
......@@ -175,6 +175,9 @@ resource "openstack_compute_instance_v2" "server" {
flavor_name = var.flavor
image_id = var.image_id == null ? data.openstack_images_image_v2.image.id : var.image_id
key_pair = var.ssh
metadata = {
instructions = count.index == 0 ? "hadoop" : null
}
security_groups = [
openstack_networking_secgroup_v2.all.name,
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment