Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fshuva committed Oct 22, 2024
1 parent 6ede6cf commit bbb9106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "ibm_is_volume" "logDisk" {

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

resource "ibm_is_virtual_network_interface_floating_ip" "public_ip" {
Expand Down

0 comments on commit bbb9106

Please sign in to comment.