Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aws_cognito_user resource #19919

Merged
merged 39 commits into from
Feb 2, 2022
Merged

Commits on Jun 22, 2021

  1. Add aws_cognito_user

    Only user-attributes are currently supported
    rtim75 committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    a76b8d4 View commit details
    Browse the repository at this point in the history
  2. make attribute value sensitive

    rtim75 committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    35407fb View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Configuration menu
    Copy the full SHA
    cbd1393 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    d9a7743 View commit details
    Browse the repository at this point in the history
  2. add validation data

    rtim75 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    9b3abf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    7284b8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ee25bf View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    cc1dac1 View commit details
    Browse the repository at this point in the history
  2. rename user_status to status

    rtim75 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    e6183c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Merge branch 'main' of github.com:hashicorp/terraform-provider-aws in…

    …to f-aws_cognito_user
    rtim75 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    1be1777 View commit details
    Browse the repository at this point in the history
  2. add computed mfa_preference

    rtim75 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    cc89f04 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. make user_attributes typeMap

    rtim75 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    4da375a View commit details
    Browse the repository at this point in the history
  2. add computed sub

    rtim75 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    730c494 View commit details
    Browse the repository at this point in the history
  3. reorganize schema

    rtim75 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    930a0f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    f12216e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Merge branch 'main' of github.com:hashicorp/terraform-provider-aws in…

    …to f-aws_cognito_user
    rtim75 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    aaaefc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    ba83f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c335c29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27b9957 View commit details
    Browse the repository at this point in the history
  4. test attributes

    rtim75 committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    bb9374b View commit details
    Browse the repository at this point in the history
  5. test enabled

    rtim75 committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    ac0777a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Remove creation_date and last modified date

    According to common_review_items doc those fields are generally ommited
    for the sake of simplicity.
    rtim75 committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    3a29ec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d52e577 View commit details
    Browse the repository at this point in the history
  3. docs and changelog

    rtim75 committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    c86b704 View commit details
    Browse the repository at this point in the history
  4. formatting

    rtim75 committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    5ba9a3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6daf63 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    3b2d087 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. PR fixes: refactoring

    rtim75 committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    1952176 View commit details
    Browse the repository at this point in the history
  2. Add DiffSupressFunc to the attributes field

    This ensures that the attributes array is fully saved in state while
    suppressing changes to delete the "sub" attribute, which all cognito
    users have.
    rtim75 committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    78517ae View commit details
    Browse the repository at this point in the history
  3. adjust phrasing in docs

    rtim75 committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    9f4186a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66c3adf View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    321746d View commit details
    Browse the repository at this point in the history
  2. apply terrafmt

    rtim75 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    448c756 View commit details
    Browse the repository at this point in the history
  3. fix attributes section in docs

    rtim75 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    baa486a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7013e9f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. small logging refactor

    rtim75 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    8a2cce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b4db9d View commit details
    Browse the repository at this point in the history
  3. Remove dev debug log message

    rtim75 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    1688fb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Merge main

    gdavison committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    538e1c1 View commit details
    Browse the repository at this point in the history