Describe the bug
I've added a new resource in my terraform repo, aurora db (PG compatibility), and set engine version 17.7.
The comment:
🛑 Invalid Engine Version: Aurora PostgreSQL does not support version "17.7". Aurora PostgreSQL uses major version numbers without patch versions (e.g., "15.4", "16.1"). Version "17.7" will cause deployment to fail. Verify the intended Aurora PostgreSQL version from AWS documentation and use a valid version number.
But this version is supported and in console is the default right now.
Expected Behavior
I was expecting AWS to know about AWS resources and suggest the correct versions :)
Current Behavior
Suggesting old version (might be from the time the training was done)
Reproduction Steps
Adding this resource in terraform:
Possible Solution
Amazon q should know AWS resources better than any AI agent we know. and should provide better comments in this matter.
Additional Information/Context
No response
Describe the bug
I've added a new resource in my terraform repo, aurora db (PG compatibility), and set engine version 17.7.
The comment:
But this version is supported and in console is the default right now.
Expected Behavior
I was expecting AWS to know about AWS resources and suggest the correct versions :)
Current Behavior
Suggesting old version (might be from the time the training was done)
Reproduction Steps
Adding this resource in terraform:
Possible Solution
Amazon q should know AWS resources better than any AI agent we know. and should provide better comments in this matter.
Additional Information/Context
No response