这是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.2.1
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
  • 18 commits
  • 128 files changed
  • 9 contributors

Commits on May 14, 2025

  1. dgls/test refactor (#324)

    * 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
    dglsparsons authored May 14, 2025
    Configuration menu
    Copy the full SHA
    fb57c95 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. [firewall config resource] Add AI bots support (#326)

    * Add firewall config bot filter support
    
    * fix docs
    OhMyVolk authored May 16, 2025
    Configuration menu
    Copy the full SHA
    84fb20e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Support setting apply_to_all_custom_environments on `vercel_shared_…

    …environment_variable` resources (#329)
    dglsparsons authored May 19, 2025
    Configuration menu
    Copy the full SHA
    656872f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Flesh out custom certificate resource (#328)

    * Add a resource for vercel_custom_certificate
    
    * Bump API version to allow tests to pass
    dglsparsons authored May 20, 2025
    Configuration menu
    Copy the full SHA
    c67b791 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. 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.
    dglsparsons authored May 27, 2025
    Configuration menu
    Copy the full SHA
    b2c790f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42123d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. [firewall config resource] Rename bot_filter to bot_protection (#335)

    * doc renaming
    
    * rename working
    
    * handle bot_filter and bot_protection config
    
    * update docs
    OhMyVolk authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    de02728 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

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

Commits on Jun 6, 2025

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

Commits on Jun 9, 2025

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

Commits on Jun 17, 2025

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