Skip to content
Snippets Groups Projects

Feat trim tf deploy

Open Eesaan Atluri requested to merge feat-trim-tf-deploy into master
Files
2
+ 0
6
@@ -17,8 +17,6 @@ variable "flavor" {}
# is created in key-pair module and called in root module
variable "key_pair" {type = string}
variable "internal_network" {}
variable "internal_ip" {}
variable "external_network" {}
# is created in floating-ip module and called in root module
@@ -49,10 +47,6 @@ resource "openstack_compute_instance_v2" "ohpc" {
network {
uuid = var.external_network
}
network {
uuid = var.internal_network
fixed_ip_v4 = var.internal_ip
}
}
# associates floating ip with the OHPC instance
Loading