mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix performance_insights_retention_period type.
This commit is contained in:
parent
8c7e38af62
commit
5311ee9efa
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ options:
|
||||||
performance_insights_retention_period:
|
performance_insights_retention_period:
|
||||||
description:
|
description:
|
||||||
- The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731.
|
- The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731.
|
||||||
type: str
|
type: int
|
||||||
port:
|
port:
|
||||||
description:
|
description:
|
||||||
- The port number on which the instances accept connections.
|
- The port number on which the instances accept connections.
|
||||||
|
|
Loading…
Reference in a new issue