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 9fd5d9c commit 4037964
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 @@ -63,10 +63,10 @@ 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.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"
}
//For more details see: https://cloud.ibm.com/docs/account?topic=account-userapikey
variable "ibmcloud_api_key" {
Expand Down

0 comments on commit 4037964

Please sign in to comment.