Add support for note field in vercel_firewall_bypass#406
Merged
dglsparsons merged 2 commits intovercel:mainfrom Oct 13, 2025
SIGTERM-015:main
Merged
Add support for note field in vercel_firewall_bypass#406dglsparsons merged 2 commits intovercel:mainfrom SIGTERM-015:main
note field in vercel_firewall_bypass#406dglsparsons merged 2 commits intovercel:mainfrom
SIGTERM-015:main
Conversation
Contributor
Author
|
Hello @dglsparsons the terrafor language server is detecting that the note field should not be present. Did i miss something in my pr? |
Contributor
Author
|
just to clarify I updated the provider and terraform validate command sais the config is valid. it is just the language server |
Collaborator
|
I wonder if the LSP is just using a cached, and old, version of the vercel/vercel provider, or pulling directly from the docs. restarting LSP may help, or making sure you've run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

In the Vercel API the field
noteis supported but not in the resource of the provider.