-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
support aurora instance's parameter group and modifyinstance #6865
Conversation
Hey @arcadiatea – am I correct that we can simply use the existing |
Computed: true, | ||
}, | ||
|
||
"status": &schema.Schema{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This attribute doesn't seem to be set anywhere, what is it meant to record? The DBInstanceStatus
, or status
from StatusInfos.DBInstanceStatusInfo.N
?
I have a question about the Note to self: fixes #5023 too |
Hey, @catsby |
@arcadiatea yep! I tried it out and it works as expected. I do have an question about the added |
@catsby that status attribute is not be used for this modification , you are right. status attribute be used in aws_db_instance for support debug information on resourceAwsDbInstanceStateRefreshFunc, and I plan to mimic the function in aws_rds_cluster_instance |
Ok, thanks for clarifying! If you remove that attribute from this commit, I'll go ahead and merge this |
Thanks! I'm going to merge this with an addition to the test file as well. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This change for #6841.