-
Notifications
You must be signed in to change notification settings - Fork 142
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
Add Dictionary to Compute service #361
Conversation
Thanks for the PR @sazor the code looks fine to me, but I just need to validate the changes locally. I hope to get round to this soon, but wanted to let you know in any case that I'm aware of your changes 👍🏻 |
Just wanted to circle back around to this PR to say I've validated the code works with a real service. I did this by first validating the current provider version
If I try to run a plan I'll see an expected error:
Next, I repoint the provider binary and reinitialize terraform (notice the warning that the original provider isn't being used):
Now when I try to run a plan it succeeds.
Although I don't show it here, I have successfully run the |
@sazor are you able to rebase in |
Sure, thanks! |
Dictionary should behave the same way in both usual vcl services and compute (wasm) services. Therefore, PR simply adds
dictionary
attribute to compute services.Manually tested with actual fastly compute service.
Related Issue #360