fortinet/fortigate-terraform-deploy

Availability of GCP image 7.2.4

philip-harvey opened this issue · 2 comments

The latest image for GCP is 7.2.4 but the repo is using 7.2.3. Is image 7.2.4 available at?
projects/fortigcp-project-001/global/images/
If so can you please either provide the link or allow compute.images.list to this project

Looks like listing images works from my personal account. Think these should be what you need:

joel_cripps@cloudshell:~ (openconfig)$ gcloud compute images list --project fortigcp-project-001 --filter 724

NAME: fortinet-fgt-724-20230201-001-w-license
PROJECT: fortigcp-project-001
FAMILY: fortigate-72-byol
DEPRECATED:
STATUS: READY

NAME: fortinet-fgtondemand-724-20230201-001-w-license
PROJECT: fortigcp-project-001
FAMILY: fortigate-72-payg
DEPRECATED:
STATUS: READY

Thanks @Joel-Cripps
I confirm I can list the images using gcloud, it doesn't work in the console which is how I previously tried but that is probably a console bug. Would it make sense to use the image family in the Terraform to always deploy the latest image, or better to update to the specific image version in the code?