mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
fix(docs): correct syntax error in Python SDK dynamic secrets example
This commit is contained in:
@@ -390,7 +390,7 @@ updated_secret = client.dynamic_secrets.update(
|
||||
new_name="postgres-dev-updated", # Optional
|
||||
inputs={"port": 5433}, # Optional - updated provider inputs
|
||||
metadata=[{"key": "team", "value": "platform"}], # Optional
|
||||
username_template="dev-{{identity.name}} # Optional
|
||||
username_template="dev-{{identity.name}}" # Optional
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user