Skip to content
Snippets Groups Projects
Commit 1a8898d6 authored by Ryan Randles Jones's avatar Ryan Randles Jones
Browse files

commented out depends on - using it in main instead

parent 0e6905bb
No related branches found
No related tags found
No related merge requests found
......@@ -8,12 +8,12 @@ variable "floating_ip_ohpc" {type = string}
variable "host_prefix" {}
variable "ohpc_user" {}
variable "ssh_private_key" {}
variable "external_subnet_id" {type = "string"}
#variable "external_subnet_id" {type = "string"}
# creates details for the OHPC instance
resource "openstack_compute_instance_v2" "ohpc" {
depends_on = [var.external_subnet_id]
# depends_on = [var.external_subnet_id]
name = var.ohpc_instance_name
image_name = var.image_ohpc
flavor_name = var.flavor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment