We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd1aad commit 9c381b1Copy full SHA for 9c381b1
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.1 image
+// Deploys 7.6.2 image
167
variable "image" {
168
- default = "cos://us-geo/fortinet/fortigate_byol_761_b3457_GA.qcow2"
+ default = "cos://us-geo/fortinet/fortigate_byol_762_b3462_GA.qcow2"
169
}
170
171
variable "IBMCLOUD_API_KEY" {
0 commit comments