Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create workspace_variable #192

Open
wally-lima opened this issue Dec 12, 2023 · 1 comment
Open

Cannot create workspace_variable #192

wally-lima opened this issue Dec 12, 2023 · 1 comment

Comments

@wally-lima
Copy link

Terraform Version

Terraform v1.5.7

Affected Resource(s)

  • bitbucket_workspace_variable

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants