diff --git a/lib/ansible/modules/cloud/huawei/hwc_network_vpc.py b/lib/ansible/modules/cloud/huawei/hwc_network_vpc.py index 134e94eae6e..289691883ef 100644 --- a/lib/ansible/modules/cloud/huawei/hwc_network_vpc.py +++ b/lib/ansible/modules/cloud/huawei/hwc_network_vpc.py @@ -30,7 +30,7 @@ requirements: options: state: description: - - Whether the given object should exist in vpc + - Whether the given object should exist in vpc. type: str choices: ['present', 'absent'] default: 'present'