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

Doc: Fix syntax error with db_parameter and db_options #187

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

glensc
Copy link

@glensc glensc commented Aug 23, 2024

what


❯ tf plan
╷
│ Error: Missing attribute separator
│ 
│   on main.tf line 41, in module "rds_instance":
│   41:     { name  = "myisam_sort_buffer_size"   value = "1048576" },
│ 
│ Expected a newline or comma to mark the beginning of the next attribute.
╵
❯ tf plan
╷
│ Error: Missing attribute separator
│ 
│   on main.tf line 48, in module "rds_instance":
│   48:         { name = "SERVER_AUDIT_EVENTS"           value = "CONNECT" },
│ 
│ Expected a newline or comma to mark the beginning of the next attribute.
╵

why

references

@mergify mergify bot added the triage Needs triage label Aug 23, 2024
@glensc glensc marked this pull request as ready for review August 23, 2024 09:36
@glensc glensc requested review from a team as code owners August 23, 2024 09:36
@glensc glensc requested review from hans-d and nitrocode August 23, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant