diff --git a/cloud/scope/managedcontrolplane.go b/cloud/scope/managedcontrolplane.go index 8e730bd90..f78890843 100644 --- a/cloud/scope/managedcontrolplane.go +++ b/cloud/scope/managedcontrolplane.go @@ -212,7 +212,7 @@ func (s *ManagedControlPlaneScope) Region() string { // ClusterLocation returns the location of the cluster. func (s *ManagedControlPlaneScope) ClusterLocation() string { - return fmt.Sprintf("projects/%s/locations/%s", s.GCPManagedControlPlane.Spec.Project, s.Region()) + return fmt.Sprintf("projects/%s/locations/%s", s.GCPManagedControlPlane.Spec.Project, s.GCPManagedControlPlane.Spec.Location) } // ClusterFullName returns the full name of the cluster.