feat(dynamic-secret): Add tags to AWS IAM docs and add aws key-value limits to the schema

This commit is contained in:
carlosmonastyrski
2025-06-17 16:21:29 -03:00
parent 489bd124d2
commit b790dbb36f
2 changed files with 12 additions and 1 deletions

View File

@@ -161,6 +161,11 @@ Replace **\<account id\>** with your AWS account id and **\<aws-scope-path\>** w
{{replace identity.name 'user' 'replace'}} // testreplace
```
</ParamField>
<ParamField path="Tags" type="map<string, string>[]">
Tags to be added to the created IAM User resource.
</ParamField>
<ParamField path="Method" type="string" required>
Select *Assume Role* method.
</ParamField>
@@ -304,6 +309,10 @@ Replace **\<account id\>** with your AWS account id and **\<aws-scope-path\>** w
- `{{unixTimestamp}}`: Current Unix timestamp
</ParamField>
<ParamField path="Tags" type="map[string]string">
Tags to be added to the created IAM User resource.
</ParamField>
</Step>
<Step title="Click 'Submit'">