Add example for IRSA and cluster-autoscaler (#710)

* Add example for IRSA

* remove unused SGs

* remove helm setup part

* simplification and use module

* fix fmt error

* remove unused resource
This commit is contained in:
Max Williams
2020-01-30 15:21:20 +01:00
committed by GitHub
parent cca389abab
commit 9032dce006
8 changed files with 224 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
variable "region" {
default = "us-west-2"
}