You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="aws region where you want the resources deployed."
2
+
description="The AWS region where you want the resources deployed."
3
+
type=string
4
4
}
5
5
6
6
variable"aws_secrets_region" {
7
-
default="us-west-2"
8
-
description="The region where you want the FSxN secret stored within AWS Secrets Manager."
7
+
description="The AWS region where you want the FSxN and SVM secrets stored within AWS Secrets Manager."
8
+
type=string
9
+
}
10
+
11
+
variable"aws_account_id" {
12
+
description="The AWS account ID. Used to create very specific permissions in the IAM role for the EKS cluster."
13
+
type=string
9
14
}
10
15
11
16
variable"fsx_name" {
12
-
default="eksfs"
13
17
description="The name you want assigned to the FSxN file system."
18
+
default="eksfs"
14
19
}
15
20
16
-
variable"fsx_password_secret_name" {
21
+
variable"secret_name_prefix" {
22
+
description="The base name of the secrets (FSxN and SVM) to create within the AWS Secrets Manager. A random string will be appended to the end of the secreate name to ensure no name conflict."
17
23
default="fsx-eks-secret"
18
-
description="The base name of the secret to create within the AWS Secrets Manager that will contain the FSxN password. A random string will be appended to the end of the secreate name to ensure no name conflict."
19
24
}
20
25
21
26
variable"fsxn_storage_capacity" {
22
-
default=1024
23
27
description="The storage capacity, in GiBs, to be allocated to the FSxN clsuter. Must be at least 1024, and less than 196608."
0 commit comments