Skip to content

Conversation

Copy link

Copilot AI commented Oct 15, 2025

Enhanced the auth variable description in variables.tf to include a practical example of the authentication configuration structure.

Changes

  • Added a comprehensive example to the auth variable description on line 42
  • Demonstrates the proper structure for the auth list of objects with all required fields
  • Uses the SECRETS authentication scheme as shown in the complete example

Example Added

The description now includes:

auth = [
  {
    auth_scheme = "SECRETS"
    description = "Access the database instance using username and password from AWS Secrets Manager"
    iam_auth    = "DISABLED"
    secret_arn  = aws_secretsmanager_secret.rds_username_and_password.arn
  }
]

This makes it easier for users to understand how to properly configure the auth parameter when using this module, providing a clear working example that matches the existing usage in examples/complete/main.tf.

Addresses the requirement to add an example of the auth structure to help users understand the expected format and values for the authentication configuration.

Original prompt

On variables.tf:42-42, Add to the description an example of the auth structure.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@mergify
Copy link

mergify bot commented Oct 15, 2025

This pull request was automatically closed as it no longer contains any changes.

This typically happens when another merged pull request has already included this request's
proposed modifications into the default branch.

@mergify mergify bot closed this Oct 15, 2025
@mergify mergify bot added no-changes No changes were made in this PR triage Needs triage wip Work in Progress: Not ready for final review or merge and removed wip Work in Progress: Not ready for final review or merge triage Needs triage labels Oct 15, 2025
@osterman osterman reopened this Oct 15, 2025
@mergify mergify bot closed this Oct 15, 2025
@mergify
Copy link

mergify bot commented Oct 15, 2025

This pull request was automatically closed as it no longer contains any changes.

This typically happens when another merged pull request has already included this request's
proposed modifications into the default branch.

@mergify mergify bot added wip Work in Progress: Not ready for final review or merge and removed wip Work in Progress: Not ready for final review or merge labels Oct 15, 2025
Copilot AI changed the title [WIP] Add example of auth structure to variables.tf Add auth structure example to variables.tf description Oct 15, 2025
Copilot AI requested a review from osterman October 15, 2025 18:55
Copilot finished work on behalf of osterman October 15, 2025 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changes No changes were made in this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants