Skip to content

Commit

Permalink
Revert "Add floating IP for stats"
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli authored Jul 23, 2024
1 parent 39c4b78 commit 08301d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions instance_core_stats.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ resource "openstack_compute_instance_v2" "grafana" {
# description = "Data volume for Grafana"
# size = 2
# }
resource "openstack_networking_floatingip_v2" "stats-floatip" {
pool = "public-extended"
}

resource "openstack_compute_volume_attach_v2" "stats-data-vol1" {
instance_id = openstack_compute_instance_v2.grafana.id
volume_id = "ad56f01f-cb21-458c-b1f9-90f937aa6525"
Expand Down

0 comments on commit 08301d8

Please sign in to comment.