Skip to content

Commit

Permalink
updating firmware v7.2.2b1255
Browse files Browse the repository at this point in the history
  • Loading branch information
fshuva committed Oct 5, 2022
1 parent 583a744 commit 6d6e858
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Deploy a single BYOL FortiGate in IBM Cloud using the Schematics service.

## Deployment overview

> **Note:** For a local deployment a Gen 2 API key will be needed. For details see: [IBM Gen 2 API key](https://cloud.ibm.com/docs/terraform?topic=terraform-provider-reference)
> **Note:** For a local deployment a Gen 2 API key will be needed. For details see: [IBM Gen 2 API key](https://cloud.ibm.com/docs/account?topic=account-userapikey&interface=ui#create_user_key)
This deployment requires that you already have the following already configured:

Expand Down
4 changes: 2 additions & 2 deletions vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ resource "random_string" "random_suffix" {

// FortiOS Custom Image ID
// https://docs.fortinet.com/vm/ibm/fortigate/6.4/ibm-cloud-cookbook/6.4.2/992669/deploying-fortigate-vm-on-ibm-cloud
// Deploys 7.2.0 image
// Deploys 7.2.2 image
variable "image" {
default = "cos://us-geo/fortinet/fortigate_byol_721_b1254_GA.qcow2"
default = "cos://us-geo/fortinet/fortigate_byol_722_b1255_GA.qcow2"
}
//For more details see: https://cloud.ibm.com/docs/account?topic=account-userapikey
variable "ibmcloud_api_key" {
Expand Down
4 changes: 0 additions & 4 deletions vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ data "ibm_is_subnet" "subnet1" {
data "ibm_is_subnet" "subnet2" {
identifier = var.subnet2
}
resource "ibm_is_vpc_routing_table" "fgt_route_table" {
name = "${var.cluster_name}-port1-${random_string.random_suffix.result}"
vpc = data.ibm_is_vpc.vpc1.id
}

data "ibm_is_security_group" "fgt_security_group" {
name = var.security_group
Expand Down

0 comments on commit 6d6e858

Please sign in to comment.