v0.7.6 Bug fixes and new features for Cattle AWS Provisioner
Changelog 18.10.2019
- The user will be able to specify VPC CIDR block with
vpc_cidr_block
. - The user will be able to specify zone with
zone
. - Changing subnet creation from hard-coded CIDR to
cidrsubnet()
. - Removal of
os
option. Now, the user needs to specifyami_id
andssh_user
for simplicity.