From 9dcdfd284ea8dd12c3edb481f65d0c3bd12e7bd8 Mon Sep 17 00:00:00 2001 From: Tanveer143s Date: Mon, 4 Mar 2024 17:37:06 +0530 Subject: [PATCH] feat: changed description of variable --- modules/aws_github_oidc_role/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws_github_oidc_role/variables.tf b/modules/aws_github_oidc_role/variables.tf index b06fbcc..7ea41c8 100644 --- a/modules/aws_github_oidc_role/variables.tf +++ b/modules/aws_github_oidc_role/variables.tf @@ -40,7 +40,7 @@ variable "provider_url" { variable "custom_assume_role_policy" { type = string default = "" - description = "The URL of the identity provider for the OIDC" + description = "The custom json trusted_policy for attached to the role" } variable "oidc_github_repos" {