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

Add log message about if changes are being applied now or later #12691

Merged
merged 3 commits into from
Mar 15, 2017

Conversation

evanphx
Copy link
Contributor

@evanphx evanphx commented Mar 14, 2017

The behavior of apply_immediately is spelled out clearly in the docs, but it's easy for users (such as myself) to misunderstand, forget, or not read in the first place. A simple log message informing them that the only thing being applied at this time is the settings helps users avoid confusion.

@@ -839,6 +839,10 @@ func resourceAwsDbInstanceUpdate(d *schema.ResourceData, meta interface{}) error
}
d.SetPartial("apply_immediately")

if !d.Get("apply_immediately").(bool) {
log.Println("[INFO] Only settings updating, instances changes applied in next maintenance window")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instances changes applied -> instance changes will be applied

@@ -839,6 +839,10 @@ func resourceAwsDbInstanceUpdate(d *schema.ResourceData, meta interface{}) error
}
d.SetPartial("apply_immediately")

if !d.Get("apply_immediately").(bool) {
log.Println("[INFO] Only settings updating, instances changes will be applied in next maintenance window")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instances changes -> instance changes

@stack72 stack72 merged commit 5f44a15 into master Mar 15, 2017
stack72 pushed a commit that referenced this pull request Mar 15, 2017
* Add log message about if changes are being applied now or later

* Improve english

* Further adventure in english
@grubernaut grubernaut deleted the f-inform-ai branch March 15, 2017 16:05
@ghost
Copy link

ghost commented Apr 15, 2020

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.

@ghost ghost locked and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants