From 301818003da7d7f32d4052de70322f81b81bc37d Mon Sep 17 00:00:00 2001 From: dluong Date: Tue, 15 Feb 2022 16:03:20 -0500 Subject: [PATCH] Fixed doc string for Container Groups credential type --- awx_collection/plugins/modules/instance_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/plugins/modules/instance_group.py b/awx_collection/plugins/modules/instance_group.py index 5daba3a975..75eb48a9dd 100644 --- a/awx_collection/plugins/modules/instance_group.py +++ b/awx_collection/plugins/modules/instance_group.py @@ -33,7 +33,7 @@ options: type: str credential: description: - - Credential to authenticate with Kubernetes or OpenShift. Must be of type "Kubernetes/OpenShift API Bearer Token". + - Credential to authenticate with Kubernetes or OpenShift. Must be of type "OpenShift or Kubernetes API Bearer Token". required: False type: str is_container_group: