Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lgallard/terraform-aws-cognito-user-pool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: lgallard/terraform-aws-cognito-user-pool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.0
Choose a head ref
  • 2 commits
  • 11 files changed
  • 4 contributors

Commits on Aug 11, 2025

  1. feat: update AWS provider version constraints to >= 6.0 (#286)

    * feat: update AWS provider version constraints to >= 6.0
    
    - Update examples/with_branding/provider.tf from >= 5.95 to >= 6.0
    - Update examples/with_branding/README.md requirements table
    - Update main README.md example from >= 5.95 to >= 6.0
    
    This ensures all examples and documentation are consistent with the
    main module''s AWS provider >= 6.0 requirement. The main module
    was already updated in version 2.0.0 with the necessary changes
    for provider v6 compatibility.
    
    Resolves #280
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-authored-by: Luis M. Gallardo D. <lgallard@users.noreply.github.com>
    
    * fix: correct advanced_security_additional_flows syntax to use dynamic block for AWS provider 6.x
    
    The previous implementation incorrectly used direct argument syntax, but AWS provider 6.8.0
    requires advanced_security_additional_flows to be a dynamic block with custom_auth_mode content.
    
    This change:
    - Reverts main.tf to use proper dynamic block syntax for advanced_security_additional_flows
    - Updates MIGRATION.md to reflect the correct AWS provider 5.x vs 6.x syntax differences
    - Fixes CI validation errors in terraform validate step
    
    Fixes the failing CI checks reported in PR comments.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-authored-by: Luis M. Gallardo D. <lgallard@users.noreply.github.com>
    
    * fix: correct typos in README.md
    
    - Fix ''ealierform'' to ''earlier form'' in conditional creation example
    - Fix ''Know issues'' to ''Known issues'' in section header
    - Also correct ''0,12'' to ''0.12'' for consistency
    
    Co-authored-by: Luis M. Gallardo D. <lgallard@users.noreply.github.com>
    
    * fix: correct typos in .tf files
    
    - Fix ''ressource'' -> ''resource'' in simple_extended example
    - Fix ''becuase'' -> ''because'' in complete example comments
    - Fix extra quote mark in complete example comment
    - Fix extra spaces in output descriptions
    - Fix incorrect variable description for resource_servers
    
    Co-authored-by: Luis M. Gallardo D. <lgallard@users.noreply.github.com>
    
    * ci: trigger fresh pre-commit run after typo fixes
    
    All typos identified in previous CI failures have been resolved:
    - Fixed ''becuase'' → ''because'' in examples/complete/main.tf
    - Fixed ''ressource'' → ''resource'' in examples/simple_extended/main.tf
    - Fixed formatting issues in outputs.tf and variables.tf
    - Fixed extra quotes and spacing issues
    
    This minor update triggers CI to validate against the corrected code.
    
    Co-authored-by: Luis M. Gallardo D. <lgallard@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
    Co-authored-by: Luis M. Gallardo D. <lgallard@users.noreply.github.com>
    3 people authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    2458255 View commit details
    Browse the repository at this point in the history
  2. chore: release 2.1.0 (#287)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    9e84cd9 View commit details
    Browse the repository at this point in the history
Loading