Skip to content

Commit

Permalink
Added variable for permissionsboundary
Browse files Browse the repository at this point in the history
  • Loading branch information
jannyg committed Nov 22, 2024
1 parent 5d6469c commit 1b6d91a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform-modules/cur-setup-source/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ variable "tags" {
description = "Map of tags to apply to module resources"
default = {}
}
variable "permissionsboundary_arn" {
type = string
description = "Permissionsboundary ARN"
}

0 comments on commit 1b6d91a

Please sign in to comment.