worried-vr-42710
07/16/2024, 7:01 PMazuredevops.ServiceEndpointBitBucket
of package pulumi_azuredevops
this is the error
stderr: error: azuredevops:index/serviceEndpointBitBucket:ServiceEndpointBitBucket resource 'bitbucket' has a problem: expected type of "authorization" to be string. Examine values at 'bitbucket.authorization'.
this is the service connection
bitbucket_service_connection = azuredevops.ServiceEndpointBitBucket(
"bitbucket",
authorization={
"scheme": "OAuth2",
},
description="",
password="",
project_id=project_id,
service_endpoint_name="name",
username="",
)
i don't want hardcode username or password