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

Recovery KMS HCL stop working after upgrade from 1.0.6 to 1.0.7 #209

Closed
vhatsura opened this issue May 17, 2022 · 2 comments · Fixed by #213
Closed

Recovery KMS HCL stop working after upgrade from 1.0.6 to 1.0.7 #209

vhatsura opened this issue May 17, 2022 · 2 comments · Fixed by #213
Assignees
Labels

Comments

@vhatsura
Copy link

Terraform Version

1.1.9

Provider Version

1.0.7

Affected Resource(s)

Provider itself

Terraform Configuration Files

provider "boundary" {
  addr             = var.boundary_address
  recovery_kms_hcl = <<EOT
kms "awskms" {
	purpose    = "recovery"
	key_id     = "global_recovery"
  region     = "${var.region}"
  access_key = "${var.aws_access_key}"
  secret_key = "${var.aws_secret_key}"
  kms_key_id = "${module.aws-kms.kms_boundary_recovery_key_id}"
}
EOT
}

Actual Behavior

Terraform apply failed with the following error:

│ Error: error reading wrappers from "recovery_kms_hcl": Error configuring kms: plugin is nil
│ 
│   with provider["registry.terraform.io/hashicorp/boundary"],
│   on providers.tf line 63, in provider "boundary":
│   63: provider "boundary" {

References

Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:

@vhatsura vhatsura changed the title Recovery KMS HCL stop working after upgrade to 1.0.7 Recovery KMS HCL stop working after upgrade from 1.0.6 to 1.0.7 May 17, 2022
@malnick malnick added the triage label May 18, 2022
@malnick malnick self-assigned this May 18, 2022
@louisruch louisruch reopened this Jun 1, 2022
@louisruch
Copy link
Contributor

This has not been resolved looking into our build process to address

@louisruch louisruch assigned louisruch and unassigned malnick Jun 6, 2022
@louisruch
Copy link
Contributor

Sorry for the long turn around on this issue. This should now be resolved with https://github.com/hashicorp/terraform-provider-boundary/releases/tag/v1.0.9

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

Successfully merging a pull request may close this issue.

3 participants