-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Fix typo of network_configuration
#3242
Conversation
Oh, there is also a typo in the method name |
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.
Thanks for the fix! Do you mind attaching an acceptance test which verifies it?
You can add a new test step to this existing test: https://github.com/terraform-providers/terraform-provider-aws/blob/819c8d728c3c935809c7606280bce65d5a3257f3/aws/resource_aws_ecs_service_test.go#L489-L511
Okay, I attempted to extend that test to check that a change is acknowledged and actioned. Does your travis-ci configuration run acceptance tests? |
I'll need to get this sorted in #3240 |
@radeksimko No worries. 😀 It was a larger than expected refactor on my part yesterday to fix some of the error handling as well as adjust the network_configuration bits too to exercise them better. I'll try to pull these commits into that PR for Monday!
@Mause not at the moment. We currently have an internal CI server that runs acceptance testing for us since it costs 💰 |
Pulled the commits into #3240 and looking good:
|
Changes included as part of #3240 |
@Mause thanks! I figured GitHub would have automatically closed this issue when your commits were merged. 😄 |
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! |
No description provided.