mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-04-26 10:38:27 +02: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,
|
Sensitive: true,
|
||||||
Computed: true,
|
Computed: true,
|
||||||
},
|
},
|
||||||
|
"user_id": {
|
||||||
|
Type: schema.TypeInt,
|
||||||
|
Computed: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user