-
Notifications
You must be signed in to change notification settings - Fork 32
Comparing changes
Open a pull request
base repository: vercel/terraform-provider-vercel
base: v3.2.1
head repository: vercel/terraform-provider-vercel
compare: main
- 18 commits
- 128 files changed
- 9 contributors
Commits on May 14, 2025
-
* Start work on refactoring tests to use a configured provider The tests specifying team_id everywhere is... kinda weird and annoying. It's much nicer to have a provider configured with team_id separately, then all resources and data sources can use the implicit team_id. * Refactor all data_source tests to use `cfg` wrapper, initialising the provider * Fix build & lint errors * Fix failing tests (omg, bugs!) * Rewrite rest of tests to use configured provider * Fix failing tests due to missing team ID and `cfg` usage
Configuration menu - View commit details
-
Copy full SHA for fb57c95 - Browse repository at this point
Copy the full SHA fb57c95View commit details
Commits on May 16, 2025
-
[firewall config resource] Add AI bots support (#326)
* Add firewall config bot filter support * fix docs
Configuration menu - View commit details
-
Copy full SHA for 84fb20e - Browse repository at this point
Copy the full SHA 84fb20eView commit details
Commits on May 19, 2025
-
Support setting
apply_to_all_custom_environments
on `vercel_shared_……environment_variable` resources (#329)
Configuration menu - View commit details
-
Copy full SHA for 656872f - Browse repository at this point
Copy the full SHA 656872fView commit details
Commits on May 20, 2025
-
Flesh out custom certificate resource (#328)
* Add a resource for vercel_custom_certificate * Bump API version to allow tests to pass
Configuration menu - View commit details
-
Copy full SHA for c67b791 - Browse repository at this point
Copy the full SHA c67b791View commit details
Commits on May 27, 2025
-
Bug: remove set plan modifiers on env variables resource (#333)
These seem to somehow mess up and cause env vars to be created with values that are not expected or configured. No idea why.
Configuration menu - View commit details
-
Copy full SHA for b2c790f - Browse repository at this point
Copy the full SHA b2c790fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42123d6 - Browse repository at this point
Copy the full SHA 42123d6View commit details
Commits on Jun 2, 2025
-
[firewall config resource] Rename bot_filter to bot_protection (#335)
* doc renaming * rename working * handle bot_filter and bot_protection config * update docs
Configuration menu - View commit details
-
Copy full SHA for de02728 - Browse repository at this point
Copy the full SHA de02728View commit details
Commits on Jun 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0231077 - Browse repository at this point
Copy the full SHA 0231077View commit details
Commits on Jun 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b376033 - Browse repository at this point
Copy the full SHA b376033View commit details
Commits on Jun 9, 2025
-
Deprecate
oidc_token_config.enabled
field (#340)* Deprecated oict_token_config.enabled field * Force oidc_token values to only allow true --------- Co-authored-by: Douglas Harcourt Parsons <dglsparsons@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2d70d17 - Browse repository at this point
Copy the full SHA 2d70d17View commit details
Commits on Jun 17, 2025
-
Fix saml property on team config resource (#347)
This is causing refresh plans to be non-empty, as it continually thinks the saml property is changing, even though it is not. The plan shows zero changes (daft TF!). Fix by removing the default, which conflicts when you have computed state + UseStateForUnknown.
Configuration menu - View commit details
-
Copy full SHA for ae9a956 - Browse repository at this point
Copy the full SHA ae9a956View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e7e12d - Browse repository at this point
Copy the full SHA 5e7e12dView commit details
Commits on Jun 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 166b965 - Browse repository at this point
Copy the full SHA 166b965View commit details
Commits on Jun 21, 2025
-
Mark resource_environment_variables value as sensitive (#352)
Seems this was accidentally comitted as commented out. Uncomment to mark them as sensitive. Note that this only affects the output of the Terraform CLI, and does not prevent the value from being stored in plaintext in the terraform state.
Configuration menu - View commit details
-
Copy full SHA for d5492c5 - Browse repository at this point
Copy the full SHA d5492c5View commit details
Commits on Jun 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 43a79cd - Browse repository at this point
Copy the full SHA 43a79cdView commit details
Commits on Jun 25, 2025
-
Create dsync groups data source (#344)
* Create dsync groups data source * add test * fix plurality * update docs * use ListNestedAttribute * update docs * fix result * make TeamID optional * remove notfound check * add map attribute * create example * update docs * line-break * fix tests * check length of map and list
Configuration menu - View commit details
-
Copy full SHA for 87fce8a - Browse repository at this point
Copy the full SHA 87fce8aView commit details
Commits on Jul 11, 2025
-
Allow 1d and 1w for deployment retention policy (#359)
* feat: allow 1d and 1w for deployment retention policy * feat: manually update docs my local tfplugindocs is adding wonky text to every doc
Configuration menu - View commit details
-
Copy full SHA for 3ee1fa5 - Browse repository at this point
Copy the full SHA 3ee1fa5View commit details
Commits on Jul 24, 2025
-
Adds support for Rolling Releases (#357)
* start terraform provider * wip: adding get delete * it compiles * rename * [tf] feat: support for rolling release * [rolling-release] add in docs * [rolling-release] add in docs * [rolling-release] add in docs * Update resource_project_rolling_release.go * fix error * gofmt * gofmt * rr test * fixes resource name * resource name * removes test * [rolling-release] * removes doRequestWithResponse * review * more review * review * remove sorting * add import.sh * eof * fix name * eof * update nil to empty array * Update vercel/data_source_project_rolling_release.go Co-authored-by: Douglas Harcourt Parsons <dglsparsons@users.noreply.github.com> * update TF prefix names * removes more validation * fix docs * fix docs * fix docs even harder * [rr] fix tests * [rr] * [rr] * Delete examples/resources/vercel_project_rolling_release/import.sh * [rr] * [rr] * [rr] * [rr] * [rr] * [rr] * [rr] * Tweak and delete a load of stuff * More fixes * Update data_source_project_rolling_release_test.go * [rr] * [rr] * [rr] * [rr] * [rr] * Update examples/resources/vercel_project_rolling_release/resource.tf Co-authored-by: Douglas Harcourt Parsons <dglsparsons@users.noreply.github.com> * [rr] * Update project.go * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rr] * [rr] * [rr] * [rr] * [rr] * [rr] * [rr] * [rr] * [rr] * [rr] * [rr] * [rr] * [rr] * [rr] * [rr] * [rr] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * [rolling-release] * removes rolling release item from project response * remove enabled check * use Description rather than MarkdownDescription * remove loop sleep * remove added check * removes comment * remove diag handling * actually use delete * removes extra debug info * remove duplication of check * remove debugging line * remove un-used state * separate create from update * separate create from update * separate create from update * separate create from update * separate create from update * separate create from update * separate create from update * separate create from update * separate create from update * separate create from update * separate create from update * separate create from update * test case fixes * update docs * update test * Update vercel/resource_project_rolling_release.go Co-authored-by: jeffrey <jeffrey.arneson@gmail.com> --------- Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com> Co-authored-by: Douglas Harcourt Parsons <dglsparsons@users.noreply.github.com> Co-authored-by: Douglas Harcourt Parsons <dglsparsons@gmail.com> Co-authored-by: jeffrey <jeffrey.arneson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d4fe6a5 - Browse repository at this point
Copy the full SHA d4fe6a5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.2.1...main