1.0.1
This commit is contained in:
@@ -41,7 +41,7 @@ type resourceAccount struct {
|
||||
func (r *resourceAccount) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse) {
|
||||
resp.Diagnostics.AddError(
|
||||
"Only users with admin privileges are able to create accounts. Contact your platform administrator or import existing account.",
|
||||
"Use 'terraform import basis_account.<NAME> <ID>' command to import existing account configuration",
|
||||
"Use 'terraform import dynamix_account.<NAME> <ID>' command to import existing account configuration",
|
||||
)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user