Skip to content
Snippets Groups Projects
Commit e0eae498 authored by Byron Biggs's avatar Byron Biggs
Browse files

plan tf changes

parent 9af48fc9
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,12 @@ required_version = ">= 0.14.0"
ip_protocol = "tcp"
cidr = "0.0.0.0/0"
}
rule {
from_port = 8081
to_port = 8081
ip_protocol = "tcp"
cidr = "0.0.0.0/0"
}
}
resource "openstack_compute_instance_v2" "instance_1" {
name = var.name1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment