fix: Drop spot-instances-request from tag_specifications (#2363)

* Drop spot-instances-request from tag_specifications

* fix: Update documentation

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
Pavlos-Petros Tournaris
2022-12-20 18:23:44 +00:00
committed by GitHub
parent 2a16c59a5b
commit e391a99a7b
5 changed files with 6 additions and 6 deletions

View File

@@ -289,7 +289,7 @@ variable "launch_template_tags" {
variable "tag_specifications" {
description = "The tags to apply to the resources during launch"
type = list(string)
default = ["instance", "volume", "network-interface", "spot-instances-request"]
default = ["instance", "volume", "network-interface"]
}
################################################################################