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
***New Module**: `fgt_single`. You can use this module to deploy one signle FortiGate.
6
+
***New Example**: `autoscale_fgt_as_hub`. Utilize Autoscale FortiGate as a central hub to connect up to eight existing VPCs. FortiGates connect your VPCs and manage traffic between VPCs.
7
+
8
+
IMPROVEMENTS:
9
+
10
+
* Improved the whole project to support Google Cloud 6.0.0
11
+
* Example `autoscale_fgt_lb_sandwich`: Added new output `bucket_name`, `elb_ip` and `ilb_ip`.
12
+
* Example `autoscale_fgt_lb_sandwich`: Supported `cloud_function.logging_level` to control the verbosity of logs. `cloud_function.print_debug_msg` is deprecated.
13
+
* Example `autoscale_fgt_lb_sandwich`: Supported `zones`. If you use the parameter `zones` instead of `zone`, your FortiGates will be deployed in multiple zones.
14
+
* Example `autoscale_fgt_lb_sandwich`: Added `image_source`, you can specify custom FortiGate image.
15
+
* Example `autoscale_fgt_lb_sandwich`: Added `service_account_email`, you can specify a custom service account other than the default one.
16
+
* Module `fgt_asg_with_function`: Supported `cloud_function.logging_level` to control the verbosity of logs. `cloud_function.print_debug_msg` is deprecated.
17
+
* Module `fgt_asg_with_function`: Supported `zones`. If you use the parameter `zones` instead of `zone`, your FortiGates will be deployed in multiple zones.
18
+
* Module `fgt_asg_with_function`: Added random strings to the storage bucket name to avoid global name conflict.
* Module `fgt_asg_with_function`: Added validation for variable `fgt_password`. The `fgt_password` must be at least 8 characters long if specified.
21
+
* Module `fgt_asg_with_function`: Added Google API requirements and Firestore database requirements in the document.
22
+
* Module `fgt_asg_with_function`: Added autohealing for FortiGate instances group.
23
+
* Module `fgt_asg_with_function`: Added `elb_ip` and `ilb_ip` in variable `network_interfaces`. If you specify `elb_ip` or `ilb_ip`, the cloud function will configure your FortiGates interfaces to support ELB and ILB.
24
+
* Module `fgt_asg_with_function`: Added `image_source`, you can specify a custom FortiGate image.
25
+
* Module `fgt_asg_with_function`: Added `service_account_email`, you can specify a custom service account other than the default one.
26
+
27
+
BUG FIXES:
28
+
29
+
* Module `fgt_asg_with_function`: Fixed an error that you can't set `cloud_function.fortiflex.password` as empty.
30
+
* Module `fgt_asg_with_function`: `network_interfaces` is required now.
Copy file name to clipboardExpand all lines: README.md
+25-13Lines changed: 25 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,42 +4,54 @@ Terraform modules for deploying Fortinet VM products (e.g. FortiGate VM) on GCP.
4
4
5
5
Folder `modules` contains reusable modules for GCP configurations (Subfolder `gcp`) and Fortinet VM products (Other subfolders).
6
6
7
-
Folder `examples` contains examples for certain structures of security solutions. Please Note: Templates under folder `examples` are examples which the name or content may change. Directly reference a examples as module are not recommended.
7
+
Folder `examples` contains examples for certain structures of security solutions. Please Note: Templates under folder `examples` are examples which the name or content may change. When you reference an example as a module, it is not recommended to update its version after it is deployed.
Autoscale FortiGate with Load Balancer Sandwich uses FortiGates as a firewall between your VPCs and the Internet. It offers a dynamically scalable FortiGate Group that efficiently manages the traffic flowing in and out of your VPCs.
Autoscale FortiGate with Load Balancer Sandwich offers a dynamically scalable network security solution that efficiently manages the traffic flowing in and out of your VPCs.
20
+
Utilize Autoscale FortiGate as a central hub to connect up to eight existing VPCs. FortiGates connect your VPCs and manage traffic between VPCs.
0 commit comments