Skip to content

Commit

Permalink
Updating to FortiOS v7.6.1B3457
Browse files Browse the repository at this point in the history
  • Loading branch information
fshuva committed Dec 12, 2024
1 parent 72ab9d7 commit b32f669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ 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.6.0 Image
// https://docs.fortinet.com/document/fortigate-public-cloud/7.6.0/ibm-cloud-administration-guide/992669/deploying-fortigate-vm-on-ibm-cloud
// Deploys 7.6.1 image
variable "image" {
default = "cos://us-geo/fortinet/fortigate_byol_760_b3401_GA.qcow2"
default = "cos://us-geo/fortinet/fortigate_byol_761_b3457_GA.qcow2"
}

variable "IBMCLOUD_API_KEY" {
Expand Down

0 comments on commit b32f669

Please sign in to comment.