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

r/ssm_maintenance_window: Fix ssm maintenance window #2818

Merged

Conversation

atsushi-ishibashi
Copy link
Contributor

@atsushi-ishibashi atsushi-ishibashi commented Jan 1, 2018

enabled isn't set correctly via create cycle.

@radeksimko radeksimko added the bug Addresses a defect in current functionality. label Jan 2, 2018
Copy link
Contributor

@Ninir Ninir left a comment

Choose a reason for hiding this comment

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

Hey @atsushi-ishibashi

This is looking good, thanks for the work :)
Just left a comment to discuss the need of a change. Otherwise: 👍

$ make testacc TEST=./aws TESTARGS='-run=TestAccAWSSSMMaintenanceWindow_'                                   

==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -run=TestAccAWSSSMMaintenanceWindow_ -timeout 120m
=== RUN   TestAccAWSSSMMaintenanceWindow_basic
--- PASS: TestAccAWSSSMMaintenanceWindow_basic (50.90s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	50.942s

@@ -99,7 +99,7 @@ func resourceAwsCloudTrailCreate(d *schema.ResourceData, meta interface{}) error
if v, ok := d.GetOk("cloud_watch_logs_role_arn"); ok {
input.CloudWatchLogsRoleArn = aws.String(v.(string))
}
if v, ok := d.GetOk("include_global_service_events"); ok {
if v, ok := d.GetOkExists("include_global_service_events"); ok {
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure this change needs to be part of this work. Can you confirm @atsushi-ishibashi?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Ninir Sorry, I checked out from #2817
I'll remove this commit!

@atsushi-ishibashi
Copy link
Contributor Author

@Ninir Ok👍

@radeksimko
Copy link
Member

Just reran the mentioned acceptance test, all good, so I'll merge this as I plan to look into one bug in this resource (and avoid conflicts :) ).

@Ninir I hope you don't mind.

@radeksimko
Copy link
Member

Thanks @atsushi-ishibashi for the PR!

@radeksimko radeksimko merged commit 5e1051c into hashicorp:master Jan 8, 2018
@bflad
Copy link
Contributor

bflad commented Jan 12, 2018

This has been released in terraform-provider-aws version 1.7.0. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@bflad bflad added this to the v1.7.0 milestone Jan 12, 2018
@ghost
Copy link

ghost commented Apr 8, 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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants