generated from terraform-modules/template_aws_module
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: replace string interpolation with format() org-wide convention
- locals.tf: all resource/log group name expressions - lambda.tf: path.module archive sources and layer source_path - sqs.tf: policy_id fields and owner ARN identifiers - policies.tf: all ARN constructions (iam, lambda, logs, rds-db) and org path - roles.tf: module source git@ format + role_description strings Also corrects roles.tf module sources from git::https:// to git@ per terraform-support naming convention.
- Loading branch information
Dave Arnold
committed
Jul 8, 2026
1 parent
78f3ea2
commit 74ed0ef
Showing
5 changed files
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters