-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
aws_launch_configuration: block_device support #756
Comments
+1 |
Has anyone made any progress on this yet? I have a branch with it almost working https://github.com/jschneiderhan/terraform/tree/block-device-mapping-launch-configuration, but it istn't quite there. It creates the Launch Configuration with the Block Device Mappings, and I can see the DeviceName/VolumeSize/etc. in the AWS console, but on subsequent
|
It looks like the problem that I was having with that branch is related to a different issue (#913). I submitted the updates as a #935, although it's dependent on mitchellh/goamz#210 so it's currently marked as DON'T MERGE. |
+1 on this feature. Unfortunately, because Launch Configurations in AWS are copy-only, and because they immediately start launching EC2 instances in my AutoScalingGroup, trying to script around this temporarily with, for example, Boto, won't work unless I hardcode the AWS resource ID's. In my case, I was not able to use Terraform solely because this feature is missing. 😞 |
+1 on this feature. |
+1 |
I believe #1271 is a pull request for this, agree? |
Closing this as well then in favor of #1271 |
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. |
Thanks to add block_device support for aws_instance resource. Any plan to add to aws_launch_configuration?
The text was updated successfully, but these errors were encountered: