We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77848bf commit 35f04ddCopy full SHA for 35f04dd
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.0.0/ibm-cloud-administration-guide/324064/ha-for-fortigate-vm-on-ibm-cloud
166
-//Deploys 7.4.4 Image
+//Deploys 7.6.0 Image
167
variable "image" {
168
- default = "cos://us-geo/fortinet/fortigate_byol_744_b2662_GA.qcow2"
+ default = "cos://us-geo/fortinet/fortigate_byol_760_b3401_GA.qcow2"
169
}
170
171
variable "IBMCLOUD_API_KEY" {
0 commit comments