-
Notifications
You must be signed in to change notification settings - Fork 937
AWS: drop windows readiness account #8685
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
AWS: drop windows readiness account #8685
Conversation
Unused for more than 365 days and owners are no longer involved in the project contribution Signed-off-by: Arnaud Meukam <[email protected]>
Signed-off-by: Arnaud Meukam <[email protected]>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/label tide/merge-method-squash |
This comment has been minimized.
This comment has been minimized.
|
/hold |
|
yes, 8686 should fix it |
|
atlantis unlock |
This comment has been minimized.
This comment has been minimized.
|
atlantis plan |
|
Ran Plan for dir: Show OutputTerraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
- destroy
Terraform will perform the following actions:
# module.windows_operational_readiness.aws_organizations_account.this will be destroyed
# (because aws_organizations_account.this is not in configuration)
- resource "aws_organizations_account" "this" {
- arn = "arn:aws:organizations::348685125169:account/o-kz4vlkihvy/610906833592" -> null
- close_on_deletion = false -> null
- create_govcloud = false -> null
- email = "[email protected]" -> null
- iam_user_access_to_billing = "DENY" -> null
- id = "610906833592" -> null
- joined_method = "CREATED" -> null
- joined_timestamp = "2023-09-20T17:05:40Z" -> null
- name = "windows_operational_readiness" -> null
- parent_id = "ou-unv1-0h3hebxm" -> null
- status = "ACTIVE" -> null
- tags = {
- "group" = "sig-windows"
- "owners" = "jayunit100"
- "production" = "false"
} -> null
- tags_all = {
- "group" = "sig-windows"
- "owners" = "jayunit100"
- "production" = "false"
} -> null
# (1 unchanged attribute hidden)
}
# module.windows_operational_readiness.aws_ssoadmin_account_assignment.this["aws-readonly.ReadOnlyAccess"] will be destroyed
# (because aws_ssoadmin_account_assignment.this is not in configuration)
- resource "aws_ssoadmin_account_assignment" "this" {
- id = "04882488-a021-7066-420c-a0255a95800e,GROUP,610906833592,AWS_ACCOUNT,arn:aws:sso:::permissionSet/ssoins-7223259e1ca869d2/ps-ba93849a881f98a6,arn:aws:sso:::instance/ssoins-7223259e1ca869d2" -> null
- instance_arn = "arn:aws:sso:::instance/ssoins-7223259e1ca869d2" -> null
- permission_set_arn = "arn:aws:sso:::permissionSet/ssoins-7223259e1ca869d2/ps-ba93849a881f98a6" -> null
- principal_id = "04882488-a021-7066-420c-a0255a95800e" -> null
- principal_type = "GROUP" -> null
- region = "us-east-1" -> null
- target_id = "610906833592" -> null
- target_type = "AWS_ACCOUNT" -> null
}
# module.windows_operational_readiness.aws_ssoadmin_account_assignment.this["sig-k8s-infra-leads.AdministratorAccess"] will be destroyed
# (because aws_ssoadmin_account_assignment.this is not in configuration)
- resource "aws_ssoadmin_account_assignment" "this" {
- id = "246874d8-4001-705b-f43f-b9c52840da03,GROUP,610906833592,AWS_ACCOUNT,arn:aws:sso:::permissionSet/ssoins-7223259e1ca869d2/ps-ead9194c16498408,arn:aws:sso:::instance/ssoins-7223259e1ca869d2" -> null
- instance_arn = "arn:aws:sso:::instance/ssoins-7223259e1ca869d2" -> null
- permission_set_arn = "arn:aws:sso:::permissionSet/ssoins-7223259e1ca869d2/ps-ead9194c16498408" -> null
- principal_id = "246874d8-4001-705b-f43f-b9c52840da03" -> null
- principal_type = "GROUP" -> null
- region = "us-east-1" -> null
- target_id = "610906833592" -> null
- target_type = "AWS_ACCOUNT" -> null
}
Plan: 0 to add, 0 to change, 3 to destroy.
Plan: 0 to add, 0 to change, 3 to destroy.
|
|
atlantis apply |
|
Ran Apply for dir: Apply Error Show Output |
|
I'll delete the account via the console. |
|
Locks and plans deleted for the projects and workspaces modified in this pull request:
|
Unused for more than 365 days and owners are no longer involved in the
project contribution
Signed-off-by: Arnaud Meukam [email protected]