-
Notifications
You must be signed in to change notification settings - Fork 48
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
[BugFix: Issue #346] Fixes for x-terraform-ignore-order #347
base: master
Are you sure you want to change the base?
[BugFix: Issue #346] Fixes for x-terraform-ignore-order #347
Conversation
…s from the API with integer types of local state.
…ested properties and optional properties
…erty to terraform utils terraformutils package
…ted objects as single item lists
… terraform compliant name vs API property name
Hey @arjunrajinstaclustr , Thanks for opening the issue and the PR! I will try to take a look at the changes sometime this week/next one (time permitting) and provide some feedback. Dani |
Hi @dikhan , apologies if you're busy but any updates on this? Thanks! |
Hey @arjunrajinstaclustr , sorry I was hoping to be able to look into this before my trip to Europe (family trip) but did not have a chance to. I want to review this PR very thoroughly as it's touching very sensitive areas in the code and want to confirm there's no regressions or breaking changes introduced; however I am not sure if I will be able to do so until I return back home in September. As far as the build goes, it's currently failing due to to the ticket opened here: hashicorp/terraform#31135. I opened a ticket with Travis CI to see if they can update their Linux hosts with an up to date cert store, more info here: https://travis-ci.community/t/travis-ci-linux-hosts-certificate-store-not-up-to-date/13074 |
Thanks for the update @dikhan, much appreciated - will wait till you're back. |
… already pruned + fixed test
What problem does this Pull Request solve?
Closes #346
Type of change
What type of change does your code introduce to the provider? Please put an
x
(w/o heading/trailing white spaces) in the boxes that apply:Checklist
Please put an
x
(w/o heading/trailing white spaces) in the boxes that apply:make test-all
[FeatureRequest: Issue #X] <PR Title>
[BugFix: Issue #X] <PR Title>
[TechDebt: Issue #X] <PR Title>
[NewRelease] vX.Y.Z
Checklist for Admins