mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-03 05:44:27 +02:00
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:
committed by
GitHub
parent
2a16c59a5b
commit
e391a99a7b
@@ -277,7 +277,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"]
|
||||
}
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user