Thanks to visit codestin.com
Credit goes to github.com

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: coder/terraform-provider-coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.0
Choose a base ref
...
head repository: coder/terraform-provider-coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.0
Choose a head ref
  • 7 commits
  • 15 files changed
  • 2 contributors

Commits on May 17, 2024

  1. build(deps): Bump contributor-assistant/github-action from 2.3.2 to 2…

    ….4.0 (#221)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 17, 2024
    Configuration menu
    Copy the full SHA
    4f92014 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. build(deps): Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (#225

    )
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 23, 2024
    Configuration menu
    Copy the full SHA
    d921c83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2642fa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c683ad5 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    7e5a28b View commit details
    Browse the repository at this point in the history
  2. feat: add coder_workspace_owner datasource (#230)

    - Adds a coder_workspace_owner data source populated from fields of coder_workspace prefix with `owner_`.
    - Adds `coder_workspace_owner.ssh_{public,private}_key`.
    - Deprecates same fields of coder_workspace.
    johnstcn authored May 24, 2024
    Configuration menu
    Copy the full SHA
    eb43b9f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix: provider: coder_workspace_owner: avoid setting null values (#232)

    * chore: add coder_workspace_owner to TestProviderEmpty, rm unused struct
    
    * fix: do not set null values
    johnstcn authored May 27, 2024
    Configuration menu
    Copy the full SHA
    96993eb View commit details
    Browse the repository at this point in the history
Loading