Add support for adding custom query parameters to URL (#46390)

This commit is contained in:
Rémy Léone 2018-10-26 16:20:00 +02:00 committed by John R Barker
parent ec441cd4bc
commit 338605882e
6 changed files with 105 additions and 18 deletions

View file

@ -22,6 +22,11 @@ options:
- HTTP timeout to Scaleway API in seconds.
default: 30
aliases: ['timeout']
query_parameters:
description:
- List of parameters passed to the query string
type: dict
default: {}
validate_certs:
description:
- Validate SSL certs of the Scaleway API.