iam_user: permissions_boundary attribute should accept empty string as absent value #5858
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/iam
Issues and PRs that pertain to the iam service.
Milestone
Community Note
Description
Same as #5546, which was for roles : accepting an empty string would allow designing modules that take a permissions boundary as optional input.
PR in progress.
New or Affected Resource(s)
Potential Terraform Configuration
The above topology fails for the default value of
permissions_boundary_arn
, making it hard to design a module that fits both privileged users (who don't need to provide a boundary) and limited ones (who need to provide one).References
The text was updated successfully, but these errors were encountered: