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 Terraform cloudposse/api-gateway/aws to v0.7.0 #230

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/api-gateway/aws (source) module minor 0.6.0 -> 0.7.0

Release Notes

cloudposse/terraform-aws-api-gateway (cloudposse/api-gateway/aws)

v0.7.0

Compare Source

🚀 Enhancements

Added variable for cloudwatch Full Request and Response Logs: data_trace_enabled @​sheilman16 (#​43)

Repeat of PR 36 with requested updates from main and to readme.

what

  • Added variable data_trace_enabled to the aws_api_gateway_method_settings resource
  • This change allows for configuration of CloudWatch logging setting "Full Request and Response Logs" available in the AWS UI. [2]

why

The variable logging_level controls CloudWatch log setting in the AWS UI for OFF, INFO, and ERROR, but doesn't include an option for "Full Request and Response Logs". In the AWS UI for API GW, there's an additional option, "Full Request and Response Logs", as shown in the screenshot:

image

According to terraform documentation, the variable data_trace_enabled = true is required in conjunction with logging_level = "INFO" to enable "Full Request and Response Logs". This is added to the aws_api_gateway_method_settings resource in the settings code block [2]:

settings {
    logging_level      = "INFO"
    metrics_enabled    = true
    data_trace_enabled = true
  }

references

[1] Terraform resource:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_method_settings

[2] Closed Issue with Terraform citing solutionhttps://github.com/hashicorp/terraform-provider-aws/issues/35863#issuecomment-19546336122

🤖 Automatic Updates

Update GitHub Workflows to Fix ReviewDog TFLint Action @​osterman (#​42)

what

  • Update workflows (.github/workflows) to add issue: write permission needed by ReviewDog tflint action

why

  • The ReviewDog action will comment with line-level suggestions based on linting failures
Update GitHub workflows @​osterman (#​41)

what

  • Update workflows (.github/workflows/settings.yaml)

why

  • Support new readme generation workflow.
  • Generate banners
Use GitHub Action Workflows from `cloudposse/.github` Repo @​osterman (#​40)

what

  • Install latest GitHub Action Workflows

why

  • Use shared workflows from cldouposse/.github repository
  • Simplify management of workflows from centralized hub of configuration
Add GitHub Settings @​osterman (#​39)

what

  • Install a repository config (.github/settings.yaml)

why

  • Programmatically manage GitHub repo settings
Update Scaffolding @​osterman (#​37)

what

  • Reran make readme to rebuild README.md from README.yaml
  • Migrate to square badges
  • Add scaffolding for repo settings and Mergify

why

  • Upstream template changed in the .github repo
  • Work better with repository rulesets
  • Modernize look & feel

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner May 10, 2024 20:18
@renovate renovate bot added the auto-update label May 10, 2024
@renovate renovate bot force-pushed the renovate/cloudposse-api-gateway-aws-0.x branch 4 times, most recently from 8c9848a to b8c56b6 Compare May 17, 2024 20:22
@renovate renovate bot force-pushed the renovate/cloudposse-api-gateway-aws-0.x branch 4 times, most recently from fde99c9 to 8e1f1b4 Compare May 24, 2024 14:33
@renovate renovate bot force-pushed the renovate/cloudposse-api-gateway-aws-0.x branch 3 times, most recently from 69e5082 to 6f3e065 Compare May 31, 2024 22:22
@renovate renovate bot force-pushed the renovate/cloudposse-api-gateway-aws-0.x branch from 6f3e065 to 15573fb Compare June 7, 2024 06:30
@renovate renovate bot force-pushed the renovate/cloudposse-api-gateway-aws-0.x branch from 15573fb to 82bf61d Compare June 7, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants