Skip to content
Snippets Groups Projects
Commit 87d3e5d1 authored by Bo-Chun Chen's avatar Bo-Chun Chen Committed by John-Paul Robinson
Browse files

Change compute source name

c0 to compute
parent 6bfa8a54
No related branches found
No related tags found
No related merge requests found
......@@ -10,10 +10,8 @@ variable "key_pair" {type = "string"}
variable "compute_node_count" { }
variable "internal_network" {}
# creates compute node
resource "openstack_compute_instance_v2" "c0" {
resource "openstack_compute_instance_v2" "compute" {
depends_on = [var.internal_subnet_id]
name = "c${count.index}"
image_name = var.image_compute
......
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