Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Check the organization ID match with API Output #31796

Merged
merged 11 commits into from
Aug 11, 2023
Merged
3 changes: 3 additions & 0 deletions .changelog/31796.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_organizations_organization: Ensure that the Organization ID specified in `terraform import` is the current Organization
```
1 change: 1 addition & 0 deletions internal/service/organizations/exports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package organizations
// Exports for use in tests only.
var (
FindDelegatedAdministratorByTwoPartKey = findDelegatedAdministratorByTwoPartKey
FindOrganization = findOrganization
FindPolicyByID = findPolicyByID
FindResourcePolicy = findResourcePolicy
)
Loading
Loading