Skip to content

Commit

Permalink
Make castai_user_arn var required (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
azalenski-castai authored Nov 27, 2024
1 parent 5a5f5bd commit 5d39d66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module "castai-eks-role-iam" {
aws_cluster_vpc_id = var.aws_vpc_id
aws_cluster_region = var.aws_cluster_region
aws_cluster_name = var.aws_cluster_name
castai_user_arn = var.castai_user_arn
}
```

Expand Down
1 change: 0 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ variable "aws_account_id" {
variable "castai_user_arn" {
type = string
description = "ARN of CAST AI user for which AssumeRole trust access should be granted"
default = ""
}

variable "attach_worker_cni_policy" {
Expand Down

0 comments on commit 5d39d66

Please sign in to comment.