Remove todo
This commit is contained in:
parent
4c0f6704f2
commit
faaac42291
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user