Remove todo

This commit is contained in:
richard-dds 2019-10-02 10:54:04 -04:00
parent 4c0f6704f2
commit faaac42291
2 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2019-10-02T14:52:59Z",
"generated_at": "2019-10-02T14:53:58Z",
"plugins_used": [
{
"base64_limit": 4.5,
@ -199,5 +199,9 @@
}
]
},
"version": "0.12.5"
"version": "0.12.7",
"word_list": {
"file": null,
"hash": null
}
}

View File

@ -503,7 +503,6 @@ class AWSCloudProvider(CloudProviderInterface):
# Create an account. Requires organizations:CreateAccount permission
account_request = org_client.create_account(
Email=user.email,
# TODO: Is a uuid fine here, or do we want something human-readable?
AccountName=uuid4().hex,
IamUserAccessToBilling="ALLOW",
)