Skip to content

Commit 59174fa

Browse files
Generate alb
1 parent 6c1f343 commit 59174fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/alb/src/stackit/alb/models/listener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Listener(BaseModel):
4545
)
4646
waf_config_name: Optional[Annotated[str, Field(strict=True)]] = Field(
4747
default=None,
48-
description='Enable Web Application Firewall (WAF), referenced to a by name. See "Application Load Balancer - Web Application Firewall API" for more information.',
48+
description='Enable Web Application Firewall (WAF), referenced by name. See "Application Load Balancer - Web Application Firewall API" for more information.',
4949
alias="wafConfigName",
5050
)
5151
__properties: ClassVar[List[str]] = ["http", "https", "name", "port", "protocol", "wafConfigName"]

0 commit comments

Comments
 (0)