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

providers/aws: don't force update for existing launch configs #1371

Merged
merged 1 commit into from
Apr 6, 2015

Conversation

phinze
Copy link
Contributor

@phinze phinze commented Apr 3, 2015

These changes should fix #1367:

  • ebs_optimized gets Computed: true and set from Read
  • ephemeral_block_device loses Computed: true
  • explicitly set root_block_device to empty from Read

While I was in there (tm):

  • Send pointers to d.Set so we can use its internal nil check.

@phinze
Copy link
Contributor Author

phinze commented Apr 3, 2015

@chrisferry if you get the chance do you think you could retry from this branch? I think your LCs should be terraform plan neutral after these fixes.

@jwaldrip
Copy link
Contributor

jwaldrip commented Apr 3, 2015

@phinze thanks for fixing my mistake. The Alias record PR is getting a lot more testing. ;-)

These changes should fix #1367:

 * `ebs_optimized` gets `Computed: true` and set from `Read`
 * `ephemeral_block_device` loses `Computed: true`
 * explicitly set `root_block_device` to empty from `Read`

While I was in there (tm):

 * Send pointers to `d.Set` so we can use its internal nil check.
@phinze phinze force-pushed the b-aws-launch-config-forced-update branch from 3a94bcb to 9a91e10 Compare April 3, 2015 17:59
@catsby
Copy link
Contributor

catsby commented Apr 6, 2015

👍

phinze added a commit that referenced this pull request Apr 6, 2015
…date

providers/aws: don't force update for existing launch configs
@phinze phinze merged commit 373f366 into master Apr 6, 2015
@phinze phinze deleted the b-aws-launch-config-forced-update branch April 6, 2015 15:57
@ghost
Copy link

ghost commented May 3, 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 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.

@ghost ghost locked and limited conversation to collaborators May 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't update existing resources with new EBS block device settings
3 participants