Skip to content

Commit

Permalink
Rename virtual cluster resource.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikchern authored Dec 27, 2022
1 parent e19981d commit f69f2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectro-virtual-cluster.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

resource "spectrocloud_virtual_cluster" "virtual_cluster_demo" {
resource "spectrocloud_virtual_cluster" "virtual_cluster" {
for_each = local.virtual_clusters_iterable

name = each.value.name
Expand Down

0 comments on commit f69f2ce

Please sign in to comment.