Skip to content

Commit 9e3b242

Browse files
fix: move containerregistry
1 parent 7417d75 commit 9e3b242

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

shared/fileconfiguration/fileconfiguration.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const (
1818
CDN = "cdn"
1919
Cert = "cert"
2020
Cloud = "cloud"
21+
ContainerRegistry = "containerregistry"
2122
Dataplatform = "dataplatform"
2223
DNS = "dns"
2324
Mongo = "mongo"
@@ -27,15 +28,14 @@ const (
2728

2829
// products that have a location and will override the endpoint that is for each location
2930
const (
30-
ContainerRegistry = "containerregistry"
31-
InMemoryDB = "inmemorydb"
32-
Kafka = "kafka"
33-
Logging = "logging"
34-
Mariadb = "mariadb"
35-
Monitoring = "monitoring"
36-
NFS = "nfs"
37-
ObjectStorage = "objectstorage"
38-
VPN = "vpn"
31+
InMemoryDB = "inmemorydb"
32+
Kafka = "kafka"
33+
Logging = "logging"
34+
Mariadb = "mariadb"
35+
Monitoring = "monitoring"
36+
NFS = "nfs"
37+
ObjectStorage = "objectstorage"
38+
VPN = "vpn"
3939
)
4040

4141
// ClientOverrideOptions is a struct that represents the client override options

0 commit comments

Comments
 (0)