tfe-drift icon indicating copy to clipboard operation
tfe-drift copied to clipboard

Automated Terraform cloud and enterprise drift detection

Results 9 tfe-drift issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/hashicorp/go-tfe](https://github.com/hashicorp/go-tfe) from 1.17.0 to 1.23.0. Release notes Sourced from github.com/hashicorp/go-tfe's releases. v1.23.0 Features Add ApplyToProjects, RemoveFromProjects, and ListForProject to VariableSets now generally available #684 Enhancements Add OrganizationScoped and AllowedWorkspaces...

dependencies
go

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.3. Release notes Sourced from codecov/codecov-action's releases. 3.1.3 What's Changed build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0 by @​dependabot in codecov/codecov-action#957 build(deps): bump openpgp from...

dependencies
github_actions

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.15.0. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.15.0 Changed [BUGFIX] Fix issue with atomic variables on ppc64le #1171 [BUGFIX] Support for multiple samples within same...

dependencies
go

Bumps [xresloader/upload-to-github-release](https://github.com/xresloader/upload-to-github-release) from 1.3.9 to 1.3.12. Release notes Sourced from xresloader/upload-to-github-release's releases. v1.3.12 CHANGELOG Add default_release_name to set the release name when creating new release. Fixes target_repo (#46) v1.3.11 CHANGELOG...

dependencies
github_actions

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. Release notes Sourced from actions/setup-go's releases. v4.0.0 In scope of release we enable cache by default. The action won’t throw an error if the...

dependencies
github_actions

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2. Commits f36bfe3 Fix Subset/NotSubset when map is missing keys from the subset (#1261) 0ab3ce1 Fix CallerInfo() source file paths (#1288) 2b00d33 Fix Call.Unset() panic...

dependencies
go

Bumps golang from 1.19-alpine to 1.20-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.19-alpine&new-version=1.20-alpine)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps golang from 1.19 to 1.20. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.19&new-version=1.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

First off, cool drift detection approach! I'm migrating away from our custom bash scripts to `tfe-drift` and was wondering how you deal with plan errors and retrying those. We commonly...