Skip to content

Commit 63e6f1a

Browse files
authored
Merge pull request #2 from ElloTechnology/add-market-option-support
add ability to read it in
2 parents 97a3ea9 + ef87ee9 commit 63e6f1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ variable "maintenance_options" {
4040
default = {}
4141
}
4242

43+
variable "instance_market_options" {
44+
description = "The market (purchasing) option for the instance"
45+
type = any
46+
default = {}
47+
}
48+
4349
variable "availability_zone" {
4450
description = "AZ to start the instance in"
4551
type = string

0 commit comments

Comments
 (0)