Add volume creation without attachment
This commit is contained in:
4
variable.volume_size.tf
Normal file
4
variable.volume_size.tf
Normal file
@@ -0,0 +1,4 @@
|
||||
variable "volume_size" {
|
||||
default = "0"
|
||||
type = number
|
||||
}
|
Reference in New Issue
Block a user