这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vercel/terraform-provider-vercel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.2
Choose a base ref
...
head repository: vercel/terraform-provider-vercel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 33 files changed
  • 8 contributors

Commits on Jun 17, 2025

  1. Configuration menu
    Copy the full SHA
    5e7e12d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Configuration menu
    Copy the full SHA
    166b965 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2025

  1. 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.
    dglsparsons authored Jun 21, 2025
    Configuration menu
    Copy the full SHA
    d5492c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Bump dependencies (#356)

    dglsparsons authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    43a79cd View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. 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
    marcgreenstock authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    87fce8a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. 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
    blurrah authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    3ee1fa5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. 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>
    5 people authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    d4fe6a5 View commit details
    Browse the repository at this point in the history
Loading