Hello everyone!
I’m getting an error when it needs create and user:
Error: Error creating account: error performing client request during Create call: context deadline exceeded
│
│ with boundary_account.devops_user_acct["custom_useraccount"],
│ on main.tf line 71, in resource "boundary_account" "devops_user_acct":
│ 71: resource "boundary_account" "devops_user_acct" {
│
In controller logs:
Aug 20 08:51:43 boundary-dev-01 boundary[9355]: 2021-08-20T08:51:43.165Z [ERROR] controller: internal error returned: error=“accounts.(Service).createInRepo: accounts.(Service).createPwInRepo: password.(Repository).CreateAccount: ampw_6BAjHsf61K: db.DoTx: password.(Repository).CreateAccount: db.Create: db.addOplog: unable to write oplog entry: oplog.(Entry).WriteEntryWith: oplog.(GormTicketer).Redeem: error trying to redeem ticket: unknown: error #0: sql: transaction has already been committed or rolled back”
This is my terraform code
I thought this is the size of my DB on AWS, I change into a big one, and it happens the same thing.
Please any thoguth that I’m doing wrong?
Thanks