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

@@ -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",
)