mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-01-11 14:30:56 +01:00
[1][fix] Allow access to user_id
user_id was not stored into the state. Adding this now to ensure that it can actually be used.
This commit is contained in:
@@ -63,6 +63,10 @@ func resourceUser() *schema.Resource {
|
||||
Sensitive: true,
|
||||
Computed: true,
|
||||
},
|
||||
"user_id": {
|
||||
Type: schema.TypeInt,
|
||||
Computed: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user