-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update main.tf to change lambda log group retention time #1243
Closed
jdsmithit
wants to merge
5
commits into
master
from
security-bot-upgrade-to-add-lambda-retention-time
Closed
Update main.tf to change lambda log group retention time #1243
jdsmithit
wants to merge
5
commits into
master
from
security-bot-upgrade-to-add-lambda-retention-time
Conversation
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
Moving to the managed lambda log group to add a retention time.
silviucalin
previously approved these changes
Dec 22, 2023
Testing this currently :) |
* chore(deps): update terraform aws to ~> 5.43.0 (#1346) Co-authored-by: Renovate Bot <[email protected]> * fix: amended inconsistent conditional in vpc requester optional c subnets (#1349) * chore(deps): update module github.com/fluxcd/pkg/apis/meta to v1.4.0 (#1347) Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Mik-Nord <[email protected]> * chore(deps): update golang docker tag to v1.22.2 (#1350) Co-authored-by: Renovate Bot <[email protected]> * chore(deps): update dependency ami_id to ami-0e7f06a34d0e91206 (#1348) Co-authored-by: Renovate Bot <[email protected]> * Fix/vpc import changes (#1352) * fix: use capability_root_id instead of capability_id due to a difference in value of this attribute with older capabilities * fix: set Name tag on vpc endpoints * fix: add vpc name to vpc endpoint tag name * Add feature map_public_ip_on_launch to VPC peering. Plus lots of (#1354) formatting * chore(deps): update terraform helm to ~> 2.13.0 (#1351) Co-authored-by: Renovate Bot <[email protected]> * chore(deps): update terraform aws to ~> 5.44.0 (#1353) Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Mik-Nord <[email protected]> * chore(deps): update terraform kubernetes to ~> 2.28.0 (#1355) Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Mik-Nord <[email protected]> * feat: allow disabling of vpc endpoints for peering (#1356) * chore(deps): update dependency ami_id to ami-05ff701182d9fd6b3 (#1358) Co-authored-by: Renovate Bot <[email protected]> * Update Flux manifests for helm-exporter to have human readable YAML (#1357) * chore(deps): update terraform kubernetes to ~> 2.29.0 (#1359) * chore(deps): update terraform azuread to ~> 2.48.0 (#1362) * chore(deps): update terraform aws to ~> 5.45.0 (#1361) * Fixed deprecation (#1363) * Revert "chore(deps): update terraform helm to ~> 2.13.0 (#1351)" (#1364) This reverts commit 627894f. * chore(deps): update dfdsdk/prime-pipeline docker tag to v0.6.39 (#1365) Co-authored-by: Renovate Bot <[email protected]> * Use latest version of Atlantis (#1366) * Use latest version of Atlantis * Use the most recent Atlsntis image * Version lock Grafana (#1370) * chore(deps): update module k8s.io/client-go to v0.29.4 (#1369) Co-authored-by: Renovate Bot <[email protected]> * disabled kube_state_metrics exporter from grafana agent (#1371) * chore(deps): update terraform aws to ~> 5.46.0 (#1375) Co-authored-by: Renovate Bot <[email protected]> * chore(deps): update dependency ami_id to ami-03f2c27d140f7e9c3 (#1372) Co-authored-by: Renovate Bot <[email protected]> * Make the test suite work with k8s.io/client-go v0.30.0 (#1376) * chore(deps): update module k8s.io/client-go to v0.30.0 * Oh my god what year is it?! --------- Co-authored-by: Renovate Bot <[email protected]> * Update GO (#1377) * chore(deps): update terraform htpasswd to ~> 1.2.0 (#1378) Co-authored-by: Renovate Bot <[email protected]> * chore(deps): update module github.com/aws/aws-lambda-go to v1.47.0 (#1373) Co-authored-by: Renovate Bot <[email protected]> * Revert "Revert "chore(deps): update terraform helm to ~> 2.13.0 (#1351)" (#1364)" (#1379) This reverts commit b26ea46. * Go is no lonmger a supported runtime for lambdas. It must now run on (#1380) Amazon Linux * Feat/increase eks alb timeout (#1381) * increase default idletimout on alb * increase default idletimout on alb auth * Feature/increase eks alb idletimeout limit raised again (#1382) * increase idetimeout on alb again * increase idetimeout on alb auth again * chore(deps): update terraform aws to ~> 5.47.0 (#1383) Co-authored-by: Renovate Bot <[email protected]> --------- Co-authored-by: Dev-Excellence Service Account <[email protected]> Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: rifisdfds <[email protected]> Co-authored-by: Mik-Nord <[email protected]> Co-authored-by: Audun V. Nes <[email protected]> Co-authored-by: samidbb <[email protected]>
* chore(deps): update terraform aws to ~> 5.43.0 (#1346) Co-authored-by: Renovate Bot <[email protected]> * fix: amended inconsistent conditional in vpc requester optional c subnets (#1349) * chore(deps): update module github.com/fluxcd/pkg/apis/meta to v1.4.0 (#1347) Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Mik-Nord <[email protected]> * chore(deps): update golang docker tag to v1.22.2 (#1350) Co-authored-by: Renovate Bot <[email protected]> * chore(deps): update dependency ami_id to ami-0e7f06a34d0e91206 (#1348) Co-authored-by: Renovate Bot <[email protected]> * Fix/vpc import changes (#1352) * fix: use capability_root_id instead of capability_id due to a difference in value of this attribute with older capabilities * fix: set Name tag on vpc endpoints * fix: add vpc name to vpc endpoint tag name * Add feature map_public_ip_on_launch to VPC peering. Plus lots of (#1354) formatting * chore(deps): update terraform helm to ~> 2.13.0 (#1351) Co-authored-by: Renovate Bot <[email protected]> * chore(deps): update terraform aws to ~> 5.44.0 (#1353) Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Mik-Nord <[email protected]> * chore(deps): update terraform kubernetes to ~> 2.28.0 (#1355) Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Mik-Nord <[email protected]> * feat: allow disabling of vpc endpoints for peering (#1356) * chore(deps): update dependency ami_id to ami-05ff701182d9fd6b3 (#1358) Co-authored-by: Renovate Bot <[email protected]> * Update Flux manifests for helm-exporter to have human readable YAML (#1357) * chore(deps): update terraform kubernetes to ~> 2.29.0 (#1359) * chore(deps): update terraform azuread to ~> 2.48.0 (#1362) * chore(deps): update terraform aws to ~> 5.45.0 (#1361) * Fixed deprecation (#1363) * Revert "chore(deps): update terraform helm to ~> 2.13.0 (#1351)" (#1364) This reverts commit 627894f. * chore(deps): update dfdsdk/prime-pipeline docker tag to v0.6.39 (#1365) Co-authored-by: Renovate Bot <[email protected]> * Use latest version of Atlantis (#1366) * Use latest version of Atlantis * Use the most recent Atlsntis image * Version lock Grafana (#1370) * chore(deps): update module k8s.io/client-go to v0.29.4 (#1369) Co-authored-by: Renovate Bot <[email protected]> * disabled kube_state_metrics exporter from grafana agent (#1371) * chore(deps): update terraform aws to ~> 5.46.0 (#1375) Co-authored-by: Renovate Bot <[email protected]> * chore(deps): update dependency ami_id to ami-03f2c27d140f7e9c3 (#1372) Co-authored-by: Renovate Bot <[email protected]> * Make the test suite work with k8s.io/client-go v0.30.0 (#1376) * chore(deps): update module k8s.io/client-go to v0.30.0 * Oh my god what year is it?! --------- Co-authored-by: Renovate Bot <[email protected]> * Update GO (#1377) * chore(deps): update terraform htpasswd to ~> 1.2.0 (#1378) Co-authored-by: Renovate Bot <[email protected]> * chore(deps): update module github.com/aws/aws-lambda-go to v1.47.0 (#1373) Co-authored-by: Renovate Bot <[email protected]> * Revert "Revert "chore(deps): update terraform helm to ~> 2.13.0 (#1351)" (#1364)" (#1379) This reverts commit b26ea46. * Go is no lonmger a supported runtime for lambdas. It must now run on (#1380) Amazon Linux * Feat/increase eks alb timeout (#1381) * increase default idletimout on alb * increase default idletimout on alb auth * Feature/increase eks alb idletimeout limit raised again (#1382) * increase idetimeout on alb again * increase idetimeout on alb auth again * chore(deps): update terraform aws to ~> 5.47.0 (#1383) Co-authored-by: Renovate Bot <[email protected]> --------- Co-authored-by: Dev-Excellence Service Account <[email protected]> Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: rifisdfds <[email protected]> Co-authored-by: Mik-Nord <[email protected]> Co-authored-by: Audun V. Nes <[email protected]> Co-authored-by: samidbb <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes
Moving to the managed lambda log group to add a retention time.
Issue ticket number and link
Checklist before requesting a review
test/integration
folder to apply my changes in QA. Read the guide on adding environment variables in QAIs it a new release?
release:(major|minor|patch)
, following semantic versioning in this guide ornorelease
if there is no changes to the Terraform code