8000 Tags · idealo/terraform-provider-controltower · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: idealo/terraform-provider-controltower

Tags

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: adds timeouts block (#230)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: adds option to remove old user assignment on account update (#223)

feat: adds option to remove old user assignment on account update

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
docs: updates examples and prepares for release

v2.0.0-alpha

Toggle v2.0.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat!: upgrade to go-aws-sdk-v2, workflows, release configs and drops…

… some attributes (#220)

feat!: upgrade to go-aws-sdk-v2, workflows, release configs and drops some attributes

BREAKING CHANGE: drops some optional attributes that are not needed with go-aws-sdk-v2/config and drops assume_role schema

attributes are: skip_credentials_validation, skip_requesting_account_id, skip_metadata_api_check, asumme_role

v1.3.0

Toggle v1.3.0's commit message
fix: move accounts after removal from Control Tower

Unmanaging an account in Control Tower will move it to the root OU, so
we need to do our move afterwards.

Refs: SHUTTLE-671

v1.2.1

Toggle v1.2.1's commit message

Unverified

No user is associated with the committer email.
fix: preserve back compat in path_id behavior

If the path_id is not configured it should also not be submitted, even
if we have it in the state. This is to preserve the portability that we
had in previous versions (e.g. when Terraform is executed with different
credentials).

v1.2.0

Toggle v1.2.0's commit message

Verified

< 8000 div class="flex-1"> This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump github.com/hashicorp/aws-sdk-go-base (#45)

Bumps [github.com/hashicorp/aws-sdk-go-base](https://github.com/hashicorp/aws-sdk-go-base) from 0.7.1 to 1.0.0.
- [Release notes](https://github.com/hashicorp/aws-sdk-go-base/releases)
- [Changelog](https://github.com/hashicorp/aws-sdk-go-base/blob/main/CHANGELOG.md)
- [Commits](hashicorp/aws-sdk-go-base@v0.7.1...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/aws-sdk-go-base
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.1.0

Toggle v1.1.0's commit message

Unverified

No user is associated with the committer email.
docs: drop CHANGELOG.md in favor of GH releases

v1.0.4

Toggle v1.0.4's commit message

Unverified

No user is associated with the committer email.
ci: test against newer Terraform versions

v1.0.3

Toggle v1.0.3's commit message

Unverified

No user is associated with the committer email.
fix: reconcile accounts after failed creation

This allows Terraform to continue even if no account ID was found, which
is commonly the case after the initial creation failed.

Closes #9
0