Skip to content

Commit c22d752

Browse files
authored
fix(vpc_gw): running is not a transient state (#253)
1 parent 29a506d commit c22d752

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/clients/src/api/vpcgw/v1/content.gen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export const GATEWAY_NETWORK_TRANSIENT_STATUSES: GatewayNetworkStatus[] = [
1313
export const GATEWAY_TRANSIENT_STATUSES: GatewayStatus[] = [
1414
'allocating',
1515
'configuring',
16-
'running',
1716
'stopping',
1817
'deleting',
1918
]

0 commit comments

Comments
 (0)