diff --git a/plugins/modules/cloud/scaleway/scaleway_function_namespace.py b/plugins/modules/cloud/scaleway/scaleway_function_namespace.py index 213666cdd3..cae4c5ede5 100644 --- a/plugins/modules/cloud/scaleway/scaleway_function_namespace.py +++ b/plugins/modules/cloud/scaleway/scaleway_function_namespace.py @@ -68,6 +68,7 @@ options: - Environment variables of the function namespace. - Injected in functions at runtime. type: dict + default: {} secret_environment_variables: description: @@ -75,6 +76,7 @@ options: - Updating thoses values will not output a C(changed) state in Ansible. - Injected in functions at runtime. type: dict + default: {} ''' EXAMPLES = '''