mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-18 23:43:49 +01:00
feat!: Add support for Outposts, remove node security group, add support for addon preserve and most_recent configurations (#2250)
Co-authored-by: Anton Babenko <anton@antonbabenko.com> Resolves undefined
This commit is contained in:
5
examples/outposts/prerequisites/variables.tf
Normal file
5
examples/outposts/prerequisites/variables.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
variable "region" {
|
||||
description = "The AWS region to deploy into (e.g. us-east-1)"
|
||||
type = string
|
||||
default = "us-west-2"
|
||||
}
|
||||
Reference in New Issue
Block a user