Browse Source

migration should be infra, not aws infra

Alexander Belanger 5 years ago
parent
commit
00d3201b37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/app/main.go

+ 1 - 1
cmd/app/main.go

@@ -56,7 +56,7 @@ func main() {
 		&models.Cluster{},
 		&models.Cluster{},
 		&models.ClusterCandidate{},
 		&models.ClusterCandidate{},
 		&models.ClusterResolver{},
 		&models.ClusterResolver{},
-		&models.AWSInfra{},
+		&models.Infra{},
 		&ints.KubeIntegration{},
 		&ints.KubeIntegration{},
 		&ints.BasicIntegration{},
 		&ints.BasicIntegration{},
 		&ints.OIDCIntegration{},
 		&ints.OIDCIntegration{},