hashicorp / terraform-provider-bitbucket

This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://registry.terraform.io
Mozilla Public License 2.0
31 stars 106 forks source link

Compatibility with terraform 12 #32

Closed ahartman-gd closed 5 years ago

ahartman-gd commented 5 years ago

Terraform Version

Terraform v0.12.0

Affected Resource(s)

Provider

If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.

Terraform Configuration Files

provider "bitbucket" {
  password = "${var.bb_pw}"
  username = "${var.bb_user}"
}

I know you are probably already aware that v0.12 has dropped, and that your provider is no longer compatible. Is there any work being done on upgrading to v0.12 compatibility? Can you guys give a rough timeline?

Thanks a ton, your provider is great!