Skip to content

Commit

Permalink
terraform format
Browse files Browse the repository at this point in the history
  • Loading branch information
fshuva committed Oct 22, 2024
1 parent bbb9106 commit 9fd5d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ resource "ibm_is_volume" "logDisk" {
}

resource "ibm_is_floating_ip" "publicip" {
name = "${var.cluster_name}-publicip-${random_string.random_suffix.result}"
zone = var.zone1
name = "${var.cluster_name}-publicip-${random_string.random_suffix.result}"
zone = var.zone1
}

resource "ibm_is_virtual_network_interface_floating_ip" "public_ip" {
Expand Down

0 comments on commit 9fd5d9c

Please sign in to comment.