Skip to content

Commit

Permalink
fix: metallb pack type
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing committed Jul 12, 2024
1 parent db6a593 commit d8ae3b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ resource "spectrocloud_cluster_profile" "vmware-profile" {
tag = data.spectrocloud_pack.vmware_metallb.version
uid = data.spectrocloud_pack.vmware_metallb.id
values = replace(data.spectrocloud_pack.vmware_metallb.values, "192.168.10.0/24", var.metallb_ip)
type = "oci"
type = "spectro"
}

pack {
Expand Down

0 comments on commit d8ae3b4

Please sign in to comment.