Skip to content

Commit b6fded3

Browse files
authored
Merge pull request #7944 from ameukam/aws-drop-accounts
AWS: remove unused accounts
2 parents 1fc4012 + 564c1c0 commit b6fded3

File tree

2 files changed

+1
-45
lines changed

2 files changed

+1
-45
lines changed

infra/aws/terraform/management-account/organization-accounts-boskos.tf

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -14,50 +14,6 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
module "k8s_infra_e2e_boskos_001" {
18-
source = "../modules/org-account"
19-
20-
account_name = "k8s-infra-e2e-boskos-001"
21-
22-
iam_user_access_to_billing = "ALLOW"
23-
parent_id = aws_organizations_organizational_unit.boskos.id
24-
permissions_map = {
25-
"boskos-admin" = [
26-
"AdministratorAccess",
27-
]
28-
}
29-
30-
}
31-
32-
module "k8s_infra_e2e_boskos_002" {
33-
source = "../modules/org-account"
34-
35-
account_name = "k8s-infra-e2e-boskos-002"
36-
37-
iam_user_access_to_billing = "ALLOW"
38-
parent_id = aws_organizations_organizational_unit.boskos.id
39-
permissions_map = {
40-
"boskos-admin" = [
41-
"AdministratorAccess",
42-
]
43-
}
44-
}
45-
46-
module "k8s_infra_e2e_boskos_003" {
47-
source = "../modules/org-account"
48-
49-
account_name = "k8s-infra-e2e-boskos-003"
50-
51-
iam_user_access_to_billing = "ALLOW"
52-
parent_id = aws_organizations_organizational_unit.boskos.id
53-
permissions_map = {
54-
"boskos-admin" = [
55-
"AdministratorAccess",
56-
]
57-
}
58-
59-
}
60-
6117
##############################################
6218
# Accounts used by boskos in the EKS cluster #
6319
##############################################

infra/aws/terraform/management-account/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ terraform {
3030
required_providers {
3131
aws = {
3232
source = "hashicorp/aws"
33-
version = "~> 5.67.0"
33+
version = "~> 5.93.0"
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)