Skip to content

Commit

Permalink
fix 0874513: FWB GCP Terraform: The link for BYOL image is not provid…
Browse files Browse the repository at this point in the history
…ed in the vars.tf file

Change-Id: I3b4b204afab336f2f53d69ca66f99eb33493468c
  • Loading branch information
slguo-ftnt committed Jan 25, 2023
1 parent 791d625 commit ad47a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gcp/terraform/Active-Active/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ variable "service_account" {
variable "image" {
type = string
default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-720-payg-21122022-001-w-license"
# default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-720-byol-21122022-001-w-license"
}
# GCP region
variable "region" {
Expand Down
1 change: 1 addition & 0 deletions gcp/terraform/Active-Passive/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ variable "service_account" {
variable "image" {
type = string
default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-720-payg-21122022-001-w-license"
#default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-720-byol-21122022-001-w-license"
}
# GCP region
variable "region" {
Expand Down

0 comments on commit ad47a43

Please sign in to comment.