We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc9d9e commit 3ff8852Copy full SHA for 3ff8852
1 file changed
kubernetes/terraform/environments/production/main.tf
@@ -8,6 +8,10 @@ terraform {
8
}
9
10
11
+provider "aws" {
12
+ region = "<% index .Params `region` %>"
13
+}
14
+
15
# Provision kubernetes resources required to run services/applications
16
module "kubernetes" {
17
source = "../../modules/kubernetes"
0 commit comments