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: heroku/terraform-provider-heroku
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.5
Choose a base ref
...
head repository: heroku/terraform-provider-heroku
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Oct 19, 2022

  1. Upgrade module to v5 (#346)

    * upgrade module to v6
    
    * upgrade to v5
    sarahoh2468 authored Oct 19, 2022
    Copy the full SHA
    1049b01 View commit details

Commits on Dec 6, 2022

  1. End of Free Plans (#353)

    * Revise free product naming to basic/mini
    
    * Replace discontinued deployhooks addon with scheduler addon
    
    * Replace free product naming with basic
    mars authored Dec 6, 2022
    Copy the full SHA
    a412a52 View commit details
  2. Always set Formation quantity from the resource’s attribute (#352)

    * Always set Formation quantity from the resource’s attribute
    
    * Always set Formation quantity, not size, from the resource’s attribute
    mars authored Dec 6, 2022
    Copy the full SHA
    1efe13b View commit details

Commits on Dec 7, 2022

  1. Upgrade terraform-plugin-sdk to v2.24.1 (#354)

    * upgraded terraform-plugin-sdk to v2.24.1
    
    * Upgrade to Go 1.19
    
    * Include minor gofmt, go tidy, & go vendor changes from upgrade to Go 1.19
    
    * Upgrade CI to Terraform 1.3.6
    mars authored Dec 7, 2022
    Copy the full SHA
    94318ec View commit details

Commits on Dec 9, 2022

  1. Retry slug uploads when error is encountered (#356)

    * Retry slug uploads when error is encountered
    
    * More descriptive error on timeout when retrying slug upload
    mars authored Dec 9, 2022
    Copy the full SHA
    7f1cea7 View commit details

Commits on Jan 5, 2023

  1. Copy the full SHA
    e967034 View commit details

Commits on Feb 2, 2023

  1. Doc app config var import issue

    mars committed Feb 2, 2023
    Copy the full SHA
    5cf20ba View commit details

Commits on Feb 21, 2023

  1. Domain sni_endpoint_id cooperation with ACM (#361)

    * Domain sni_endpoint_id should not be computed, so that it remains unset for ACM apps
    
    * Domain should not read/set sni_endpoint_id for ACM apps
    
    * Update Domain docs with ACM vs manual cert management differences
    mars authored Feb 21, 2023
    Copy the full SHA
    2215717 View commit details
  2. Correct docs for heroku_space

    mars committed Feb 21, 2023
    Copy the full SHA
    9f9ff29 View commit details

Commits on Feb 22, 2023

  1. Copy the full SHA
    5c2c58a View commit details

Commits on Mar 15, 2023

  1. Fix build flag to set provider version for user-agent string (#367)

    * Fix build flag to set provider version for user-agent string
    
    * Use Heroku’s runner for release workflow
    
    * Fix naming of provider version source for user-agent string
    mars authored Mar 15, 2023
    Copy the full SHA
    82ec9a7 View commit details
  2. New Provider security option and Security Practices guide (#363)

    * Provider configuration to skip setting addon config_var_values in state (matching the prior functionality for app all_config_vars)
    
    * New Guide: Security Practices, including how the provider customizations for security work
    mars authored Mar 15, 2023
    Copy the full SHA
    0858940 View commit details

Commits on Apr 11, 2023

  1. Skip heroku_review_app_config.deploy_target.id region lookup for space (

    #368)
    
    The current code assumes that the heroku_review_app_config.deploy_target is a region and tries to resolve it to a name, but in the case of a deploy target that is a Private Space, it should remain as the id, as space names would violate the schema and cause breaking changes. This skips the name look up if the type is space.
    ryanbrainard authored Apr 11, 2023
    Copy the full SHA
    3a83337 View commit details
  2. Copy the full SHA
    a74bc62 View commit details

Commits on May 24, 2023

  1. Copy the full SHA
    68032c9 View commit details
  2. Fix tests by using default stack for apps, no longer requiring test u…

    …pdates as stacks are end-of-lifed
    mars committed May 24, 2023
    Copy the full SHA
    a7d26fa View commit details
  3. Copy the full SHA
    03cade5 View commit details
  4. Merge pull request #372 from heroku/randomized-herokuapp-names

    Prepare for randomized herokuapp.com app names
    mars authored May 24, 2023
    Copy the full SHA
    69a18b0 View commit details

Commits on Jun 15, 2023

  1. Copy the full SHA
    49d4874 View commit details
  2. Copy the full SHA
    7311531 View commit details

Commits on Jul 26, 2023

  1. App data source gets last successful Release & Slug IDs (#376)

    * App data source now provides the app's last successful Release ID & Slug ID
    
    * Fix broken add-on tests to use Heroku add-on instead of 3rd party
    mars authored Jul 26, 2023
    Copy the full SHA
    da2d6b9 View commit details

Commits on Aug 14, 2023

  1. Add UUID to space data source (#378)

    * Add UUID so it fetches the Space.ID
    
    * Update docs
    
    ---------
    
    Co-authored-by: Mars Hall <mars@users.noreply.github.com>
    AlfonsoCampodonico and mars authored Aug 14, 2023
    Copy the full SHA
    be0e791 View commit details

Commits on Oct 11, 2023

  1. Copy the full SHA
    bf551f5 View commit details

Commits on Jan 12, 2024

  1. Copy the full SHA
    b03a303 View commit details

Commits on Mar 14, 2024

  1. Copy the full SHA
    0cd2b9e View commit details

Commits on Jul 17, 2024

  1. Remove or replace references to the Postgres "mini" plan (#387)

    * Remove or replace references to the Postgres "mini" plan
    
    * Some test assertions require the default postgres plan name
    
    * Distinguish the user-set Add-on attribute from the Add-on's provisioned plan
    mars authored Jul 17, 2024
    Copy the full SHA
    ff6a485 View commit details

Commits on Aug 12, 2024

  1. Switch to new Ubunbtu 24.04 custom GitHub runner group (#385)

    New custom GitHub Actions runner groups have been created for Ubuntu 24.04:
    https://salesforce.quip.com/bu6UA0KImOxJ#temp:C:GZR57becb9df8d94f80b132168fd
    https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
    
    This switches to them, so we can clean up the old groups.
    edmorley authored Aug 12, 2024
    Copy the full SHA
    b2913ef View commit details
Loading