Skip to content

Commit b313ef7

Browse files
authored
feat(secret_manager): add s2s_vpn to product (#1334)
1 parent 8d540ec commit b313ef7

File tree

2 files changed

+2
-0
lines changed
  • scaleway-async/scaleway_async/secret/v1beta1
  • scaleway/scaleway/secret/v1beta1

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/secret/v1beta1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def __str__(self) -> str:
5151
class Product(str, Enum, metaclass=StrEnumMeta):
5252
UNKNOWN_PRODUCT = "unknown_product"
5353
EDGE_SERVICES = "edge_services"
54+
S2S_VPN = "s2s_vpn"
5455

5556
def __str__(self) -> str:
5657
return str(self.value)

scaleway/scaleway/secret/v1beta1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def __str__(self) -> str:
5151
class Product(str, Enum, metaclass=StrEnumMeta):
5252
UNKNOWN_PRODUCT = "unknown_product"
5353
EDGE_SERVICES = "edge_services"
54+
S2S_VPN = "s2s_vpn"
5455

5556
def __str__(self) -> str:
5657
return str(self.value)

0 commit comments

Comments
 (0)