Skip to content

fix: Addresses error about inconsistent filexists result in recent terraform versions#272

Merged
bryantbiggs merged 1 commit intoterraform-aws-modules:masterfrom
lorengordon:fix/fileexists-error
Mar 11, 2026
Merged

fix: Addresses error about inconsistent filexists result in recent terraform versions#272
bryantbiggs merged 1 commit intoterraform-aws-modules:masterfrom
lorengordon:fix/fileexists-error

Conversation

@lorengordon
Copy link
Copy Markdown
Contributor

Description

Recent terraform versions require that the fileexists function must return a consistent result in the plan and apply steps. The upstream lambda module was updated to address the error.

See:

Relates: #271

Breaking Changes

None

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

…rraform versions

Recent terraform versions require that the fileexists function must
return a consistent result in the plan and apply steps. The upstream
lambda module was updated to address the error.

See:
* terraform-aws-modules/terraform-aws-lambda#722
* terraform-aws-modules/terraform-aws-lambda#734

Relates: terraform-aws-modules#271
@lorengordon lorengordon force-pushed the fix/fileexists-error branch from fcf8f0d to c70c1e7 Compare March 10, 2026 23:03
@bryantbiggs bryantbiggs merged commit 2ed6d42 into terraform-aws-modules:master Mar 11, 2026
7 checks passed
antonbabenko pushed a commit that referenced this pull request Mar 11, 2026
## [7.2.1](v7.2.0...v7.2.1) (2026-03-11)

### Bug Fixes

* Addresses error about inconsistent filexists result in recent terraform versions ([#272](#272)) ([2ed6d42](2ed6d42))
@antonbabenko
Copy link
Copy Markdown
Member

This PR is included in version 7.2.1 🎉

@lorengordon lorengordon deleted the fix/fileexists-error branch March 12, 2026 17:29
@github-actions
Copy link
Copy Markdown

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants