We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd67473 commit e80cb35Copy full SHA for e80cb35
vars.tf
@@ -163,9 +163,9 @@ resource "random_string" "random_suffix" {
163
164
// FortiOS Custom Image ID
165
// https://docs.fortinet.com/document/fortigate-public-cloud/7.6.0/ibm-cloud-administration-guide/992669/deploying-fortigate-vm-on-ibm-cloud
166
-// Deploys 7.6.2 image
+// Deploys 7.6.4 image
167
variable "image" {
168
- default = "cos://us-geo/fortinet/fortigate_byol_763_b3510_GA.qcow2"
+ default = "cos://us-geo/fortinet/fortigate_byol_764_b3596_GA.qcow2"
169
}
170
171
variable "IBMCLOUD_API_KEY" {
0 commit comments