cloudera-labs / cdpy

A Simple Pythonic Client wrapper for Cloudera CDP CLI, designed for use with the Ansible framework
Apache License 2.0
10 stars 21 forks source link

Update AWS subnet options for CDW cluster creation #79

Closed jimright closed 8 months ago

jimright commented 8 months ago

Some of the API parameters for CDW cluster creation request for have changed - specifically for an AWS environment, the subnet fields within the awsOptions option have been renamed workerSubnetIds and lbSubnetIds.

This PR renames the privateSubnetIds and publicSubnetIds to the updated names.