You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for enforcing use of signed images from registry (#274)
Added use_signed_images to enable enforcing use of signed images
Added image_signing_keys to specifiy list of signing keys
Added ability to specify node_pool_os_version with node_pool_os_version (#281)
Added cluster_id and nodepool_ids as outputs for improved reusability (#296). Thanks @yasn77
Changed base module version to 2.2.1. This allows:
controlling the state of the bastion using bastion_state (RUNNING or STOPPED)
choosing between Oracle Linux 7.X or 8 for the operator host by using operator_version (#248). Thanks @bieksaz
creating a new DRG with create_drg
naming new DRG with drg_display_name
attaching an existing DRG
adding custom route rules on the NAT and Internet gateway route table to facilitate hybrid, multi-cloud deployment using nat_gateway_route_rules and internet_gateway_route_rules (#279)
locking down default security lists with lockdown_default_seclist
Changes
Updated permissions required in documentation (#292). Thanks @atimgraves