diff --git a/pkg/asset/machines/aws/machines.go b/pkg/asset/machines/aws/machines.go index 4c1029a2014..90141f84920 100644 --- a/pkg/asset/machines/aws/machines.go +++ b/pkg/asset/machines/aws/machines.go @@ -78,7 +78,7 @@ func provider(clusterID, clusterName string, platform *aws.Platform, mpool *aws. } return &awsprovider.AWSMachineProviderConfig{ TypeMeta: metav1.TypeMeta{ - APIVersion: "awsproviderconfig.k8s.io/v1alpha1", + APIVersion: "awsproviderconfig.openshift.io/v1beta1", Kind: "AWSMachineProviderConfig", }, InstanceType: mpool.InstanceType,