data "bitbucket_workspace" "xxxxx" {
workspace = "xxxxx"
}
data "bitbucket_current_user" "user" {
}
Debug Output
│ Error: error reading current user: 403 Forbidden
│
│ with data.bitbucket_current_user.user,
│ on workspace.tf line 5, in data "bitbucket_current_user" "user":
│ 5: data "bitbucket_current_user" "user" {
Hi there,
I am getting a error trying do get information from current user that is running the terraform.
Terraform Version
Terraform v1.1.2 on darwin_amd64
Your version of Terraform is out of date! The latest version is 1.1.8. You can update by downloading from https://www.terraform.io/downloads.html
Affected Resource(s)
data bitbucket_current_user
Terraform Configuration Files
Debug Output
│ Error: error reading current user: 403 Forbidden │ │ with data.bitbucket_current_user.user, │ on workspace.tf line 5, in data "bitbucket_current_user" "user": │ 5: data "bitbucket_current_user" "user" {