Skip to content

Commit

Permalink
GCP TF | Single GW | Updated diskType default value
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-yairra authored Aug 27, 2024
1 parent a571dd9 commit ed802d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/gcp/single-into-existing-vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ variable "network_espSourceRanges" {
variable "diskType" {
type = string
description ="Disk type"
default = "pd-ssd"
default = "SSD Persistent Disk"
}
variable "bootDiskSizeGb" {
type = number
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/single-into-new-vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ variable "network_espSourceRanges" {
variable "diskType" {
type = string
description ="Disk type"
default = "pd-ssd"
default = "SSD Persistent Disk"
}
variable "bootDiskSizeGb" {
type = number
Expand Down

0 comments on commit ed802d8

Please sign in to comment.