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

Update main.tf to change lambda log group retention time #1243

Closed

Conversation

jdsmithit
Copy link
Contributor

@jdsmithit jdsmithit commented Dec 18, 2023

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

Is it a new release?

  • Apply a release tag release:(major|minor|patch), following semantic versioning in this guide or norelease if there is no changes to the Terraform code

Moving to the managed lambda log group to add a retention time.
@jdsmithit jdsmithit self-assigned this Dec 18, 2023
@jdsmithit jdsmithit added the release:minor Triggers a minor release label Dec 22, 2023
silviucalin
silviucalin previously approved these changes Dec 22, 2023
@jdsmithit
Copy link
Contributor Author

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]>
@jdsmithit jdsmithit closed this May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:minor Triggers a minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants