Skip to content

Commit

Permalink
Fix wrong nullable configuration in arg-account module
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Apr 11, 2024
1 parent fa2b7ee commit 1b18698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.28.2
0.28.3
2 changes: 1 addition & 1 deletion modules/org-account/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ variable "preconfigured_administrator_role_name" {
description = "(Optional) The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account."
type = string
default = null
nullable = false
nullable = true
}

variable "delegated_services" {
Expand Down

0 comments on commit 1b18698

Please sign in to comment.