Skip to content

Commit b39c2cd

Browse files
committed
remove spot options since we don't need it
1 parent 63e6f1a commit b39c2cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ resource "aws_instance" "this" {
171171

172172
content {
173173
market_type = try(instance_market_options.value.market_type, null)
174-
spot_options = try(instance_market_options.value.spot_options, null)
175174
}
176175
}
177176

0 commit comments

Comments
 (0)