v0.9.1
Interface Changes
with_public_ip
no longer has a default. Specifytrue
if using public VPC subnets, andfalse
if not. Its impossible for this terraform module to figure this out automatically, so default has been removed to avoid hard-to-debug misconfigurations.api_basic_auth
was replaced with two separate flags,metadata_service_enable_api_basic_auth
andmetadata_service_enable_api_gateway
What's Changed
- Make api gateway optional and adjust api_base_auth var naming by @Erin-Boehmer in #40
Full Changelog: v0.8.0...v0.9.1