Skip to content

Commit

Permalink
fix: fixed the code format
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlovely committed Jan 31, 2024
1 parent cc8e077 commit 6c6721f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ variable "replica_enable" {
description = "Flag to control the resources creation."
}
variable "storage_size_mib" {
type = string
type = string
description = "Defines the disk size, in MiB, allocated to the cluster"
default = null
default = null
}

0 comments on commit 6c6721f

Please sign in to comment.