All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.4.0 (2020-06-01)
- Switch default route deletion to use native method. (#185) (c1d786f)
- Route deletion has now been moved to the VPC module. Hence, you must remove calls to
delete_default_internet_gateway_routes
from any usage of the routes submodule
- Route deletion has now been moved to the VPC module. Hence, you must remove calls to
- Remove quoted references (#183) (7e5f5ab)
- Resolve Invalid index error on shared vpc destroy (#177) (b799266)
2.3.0 (2020-04-16)
2.2.0 (2020-04-07)
2.1.2 (2020-04-02)
- Add support for enable_logging on firewall rules (#155) (febec4e)
- Add variables type as first parameter on all variables (#167) (2fff1e7)
- remove invalid/outdated create_network variable (#159) (6fac78e)
- Resolve error with destroy and shared VPC host config (#168) (683ae07), closes #163
2.1.1 (2020-02-04)
- Correct the service_project_ids type (#152) (80b6f54)
- Resolve "Invalid expanding argument value" issue with the newer versions of terraform (#153) (5f61ffb)
2.1.0 (2020-01-31)
2.0.2 (2020-01-21)
- relax version constraint in README (1a39c7d)
2.0.1 - 2019-12-18
- Fixed bug for allowing internal firewall rules. #123
- Provided Terraform provider versions and relaxed version constraints. #131
2.0.0 (2019-12-09)
v2.0.0 is a backwards-incompatible release. Please see the upgrading guide.
- Split main module up into vpc, subnets, and routes submodules. #103
- Fixes subnet recreation when a subnet is updated. #73
1.5.0 (2019-11-12)
- Added submodule
network-peering
#101
1.4.3 - 2019-10-31
- Fixed issue with depending on outputs introduced in 1.4.1. #95
1.4.2 - 2019-10-30
- The outputs
network_name
,network_self_link
, andsubnets_secondary_ranges
depend on resource attributes rather than data source attributes whencreate_network
=true
. #94
1.4.1 - 2019-10-29
- Made network creation optional in root module. #88
- Fixed issue with depending on outputs introduced in 1.4.0. #92
1.4.0 - 2019-10-14
- Add dynamic firewall rules support to firewall submodule. #79
1.3.0 (2019-10-10)
- Set default value for
next_hop_internet
. #64
- Add host service agent role management to Shared VPC submodule #72
- Added
description
variable for subnets. #66
- Made setting
secondary_ranges
optional. #16
1.1.0 - 2019-07-24
auto_create_subnetworks
variable anddescription
variable. #57
1.0.0 - 2019-07-12
- Supported version of Terraform is 0.12. #47
0.8.0 - 2019-06-12
- A submodule to configure Shared VPC network attachments. #45
0.7.0 - 2019-05-27
- New firewall submodule #40
- Shared VPC service account roles are included in the README. #32
- Shared VPC host project explicitly depends on the network to avoid a race condition. #36
- gcloud dependency is included in the README. #38
0.6.0 - 2019-02-21
- Add ability to delete default gateway route #29
0.5.0 - 2019-01-31
- Make
routing_mode
a configurable variable. Defaults to "GLOBAL" #26
- Subnet self links as outputs. #27
- Support for route creation #14
- Add example for VPC with many secondary ranges #23
- Add example for VPC with regional routing mode #26
- Resolved issue with networks that have no secondary networks #19
0.4.0 - 2018-09-25
- Make
subnet_private_access
andsubnet_flow_logs
into strings to be consistent withshared_vpc
flag #13
0.3.0 - 2018-09-11
- Make
subnet_private_access
default to false #6
- Add support for controlling subnet flow logs #6
0.2.0 - 2018-08-16
- Add support for Shared VPC hosting
0.1.0 - 2018-08-08
- Initial release
- A Google Virtual Private Network (VPC)
- Subnets within the VPC
- Secondary ranges for the subnets (if applicable)