From de2b29a60f19158f4e2dbc7cd749681a69f99be1 Mon Sep 17 00:00:00 2001 From: Pedro Gomes Date: Wed, 6 Nov 2019 02:55:05 +0700 Subject: [PATCH] Unlimited CPU credits apply to any T instance (#64372) +label: docsite_pr --- lib/ansible/modules/cloud/amazon/ec2_instance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_instance.py b/lib/ansible/modules/cloud/amazon/ec2_instance.py index a77d27cbc9e..53d40026644 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_instance.py +++ b/lib/ansible/modules/cloud/amazon/ec2_instance.py @@ -222,7 +222,7 @@ options: type: bool cpu_credit_specification: description: - - For T2 series instances, choose whether to allow increased charges to buy CPU credits if the default pool is depleted. + - For T series instances, choose whether to allow increased charges to buy CPU credits if the default pool is depleted. - Choose I(unlimited) to enable buying additional CPU credits. choices: ['unlimited', 'standard'] type: str