Skip to content

Commit

Permalink
added missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
mukrishn committed Nov 1, 2023
1 parent a21c375 commit ba97bdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/platforms/rosa/terraform/terraform.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ def get_workers_ready(self, kubeconfig, cluster_name):
# No actual create logic in this function unlike other subplatform
def create_cluster(self, platform, cluster_name):
super().create_cluster(platform, cluster_name)
retry_loop = 0
cluster_info = platform.environment["clusters"][cluster_name]
cluster_info["uuid"] = self.environment["uuid"]
cluster_info["install_method"] = "terraform"
Expand Down

0 comments on commit ba97bdd

Please sign in to comment.