DrFaust92 / terraform-provider-bitbucket

Terraform Bitbucket Cloud provider.
https://registry.terraform.io/providers/drfaust92/bitbucket
Mozilla Public License 2.0
36 stars 29 forks source link

Cannot create workspace_variable #192

Open wally-lima opened 6 months ago

wally-lima commented 6 months ago

Terraform Version

Terraform v1.5.7

Affected Resource(s)

Terraform Configuration Files

terraform {
    required_providers {
        bitbucket = {
          source  = "DrFaust92/bitbucket"
          version = "=2.38.0"
        }
    }
}

provider "bitbucket" {
    username        = "my_user"
    password        = "my_passwrd"
}

resource "bitbucket_workspace_variable" "this" {
    workspace = var.workspace
    key       = var.key
    value     = var.value
    secured   = var.secured
}

Panic Output

Error: Empty Summary: This is always a bug in the provider and should be reported to the provider developers.
                                │ 
                                │   with bitbucket_workspace_variable.this,
                                │   on main.tf line 1, in resource "bitbucket_workspace_variable" "this":
                                │    1: resource "bitbucket_workspace_variable" "this" {

Steps to Reproduce

  1. terraform apply
DrFaust92 commented 4 months ago

wally-lima can you share more logs? this is not enough to debug with