-
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
provider/aws: Add Lightsail Instance #10473
Conversation
b09196e
to
b74a8d5
Compare
We're limited on |
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.
Overall this looks pretty spot on - i left 2 small things inline.
1 other thing, is it worth adding a few more tests? This would allow us to check for the _disappears, import and maybe an update
Thoughts?
P.
req.KeyPairName = aws.String(v.(string)) | ||
} | ||
// // encoding required? | ||
// if v, ok := d.GetOk("user_data"); ok { |
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 intentionally missing? :)
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.
derp :)
log.Printf("[ERR] Error waiting for instance (%s) to become ready: %s", d.Id(), err) | ||
} | ||
|
||
// return resourceAwsLightsailInstanceUpdate(d, meta) |
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.
worth removing this old comment?
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.
whoops :)
@stack72 thanks for the review, I've updated it!
I added
The
Sadly everything is |
Adds initial support for AWS Lightsail Instances
6286912
to
44ffe71
Compare
LGTM! thanks for the changes :) |
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. |
Support for AWS Lightsail
Includes:
aws_lightsail_instance
aws_lightsail_instance
aws_lightsail_instance
resource