Skip to content

Commit

Permalink
Tflint for aws-eks module
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Dec 30, 2024
1 parent 75c0a16 commit c89dacd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/modules/aws-iam-eks-trusted/variables.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
variable "oidc_provider_arn" {
type = string
description = "The ARN of the OIDC Provider"
}

variable "name" {
type = string
description = "Name, required to form unique resource names"
}

variable "region" {
type = string
description = "Target region for all infrastructure resources"
}

variable "policy" {
type = string
description = "The policy that will be attached to role"
}

0 comments on commit c89dacd

Please sign in to comment.