[ec2] Use user_data if specified (#54494)

* Use user_data if specified

* changelog
This commit is contained in:
Sloane Hertel 2019-04-09 15:52:49 -04:00 committed by GitHub
commit ba8b5ec0d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,3 @@
bugfixes:
- ec2 - Only use user_data if the user has specified a value.
This prevents setting the instance's user data to b'None'.