-
Notifications
You must be signed in to change notification settings - Fork 4.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
Support for StorageAccountType on azurerm_shared_image_version #4865
Conversation
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.
hey @cwebbtw
Thanks for this PR :)
Taking a look through this is looking good - if we can fix up the minor comments (and the tests pass) then this otherwise LGTM 👍
Thanks!
There's a PR tracking a fix for this in #4453 but unfortunately there's a bug in it we've not been able to track down just yet - at this point this PR otherwise looks good though, so I don't think that's a blocker for this PR (although we do need to dive deeper into #4453 so we can ship that fix) |
Accepting recommended change. Co-Authored-By: Tom Harvey <tombuildsstuff@users.noreply.github.com>
I will make the changes and will watch the tracker for when the tests pass again on master, will merge the changes to origin to my branch and verify that the tests for adding |
Just wanted to reach out and give you a big "THANK YOU" for the quick manner in which you guys picked my enhancement request up! I will finally be able to run my terraform script again soon :) |
Hi @cwebbtw, I am a little confused about the process here - is this fix included in 1.37 and if so, where can I find the ETA of that release? Any comments on this would be appreciated! Cheers, Marcel |
Since these issues are unrelated I don't think we're necessarily blocked on #4453 (albeit that needs to be fixed separately) - so providing the tests pass here we should be otherwise good - I'll take a look through now 👍 |
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.
hey @cwebbtw
Thanks for pushing those changes - taking a look through this now LGTM 👍
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.
hey @cwebbtw
Thanks for pushing those changes - after running the tests I've noticed a couple of issues and have left some comments inline - if we can fix those up (and the tests pass) then this should otherwise be good to merge 👍
Thanks!
hey @cwebbtw Thanks for this PR - apologies for the delayed re-review here! Taking a look through here it appears there's a few minor things needed to get this merged; namely treating the Since this also requires a rebase (to pick up some changes required to make the tests pass) - I hope you don't mind but since this is from your As such whilst I'd like to thank you for this contribution, I'm going to close this in favour of #5212 - which includes your commits from this PR (so you'll still get credit for the contributions) plus the necessary changes to allow us to get this merged - I hope you don't mind! Thanks! |
This has been released in version 1.40.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 1.40.0"
}
# ... other configuration ... |
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. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Work in progress fix for #4833
Have made changes to support storage account type in:
I've made some changes to
azurerm_shared_image_version
to support astorage_account_type
field, however I'm running into problems running the acceptance tests, which seem to be failing against origin/master. Running tests with:make testacc TESTARGS='-run=TestAccAzureRMSharedImageVersion'
Other people seem to be having similar issues and have active PRs open, see #4453.
As such, I'm not confident the changes made will support a fix for #4833. It would be good if someone can review and make suggestions based on the current inability to run tests.
Fixes #4833