Skip to content

Commit c7df88e

Browse files
authored
feat(messageq): add required resource definitions (scaleway#1398)
1 parent c8c28a1 commit c7df88e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/ipam/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
6161
SCBL_SEDB_CLUSTER = "scbl_sedb_cluster"
6262
DTWH_DEPLOYMENT = "dtwh_deployment"
6363
SEDB_CLUSTER = "sedb_cluster"
64+
MSGQ_CLUSTER = "msgq_cluster"
6465

6566
def __str__(self) -> str:
6667
return str(self.value)

scaleway/scaleway/ipam/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
6161
SCBL_SEDB_CLUSTER = "scbl_sedb_cluster"
6262
DTWH_DEPLOYMENT = "dtwh_deployment"
6363
SEDB_CLUSTER = "sedb_cluster"
64+
MSGQ_CLUSTER = "msgq_cluster"
6465

6566
def __str__(self) -> str:
6667
return str(self.value)

0 commit comments

Comments
 (0)