Skip to content

Commit

Permalink
Merge pull request #25 from fortinet/update_722_b1255
Browse files Browse the repository at this point in the history
Update firmware to v7.2.2 B1255
  • Loading branch information
fshuva committed Oct 11, 2022
2 parents ff6c649 + 9f10248 commit 6c9e851
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ After the active VM is back up, it will take over as active once again.

## 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).
Terraform deploys the following components:

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

// FortiOS Custom Image ID
// https://docs.fortinet.com/document/fortigate-public-cloud/7.0.0/ibm-cloud-administration-guide/324064/ha-for-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"
}

variable "IBMCLOUD_API_KEY" {
default = ""
description = "Your IBM USER API key. Refer to the README for links to documentation for IBM API keys. This value is required for the SDN Connector for HA SYNC."
}

// Default Instance type
// See: https://cloud.ibm.com/docs/vpc?topic=vpc-profiles
variable "PROFILE" {
Expand Down

0 comments on commit 6c9e851

Please sign in to comment.