-
Notifications
You must be signed in to change notification settings - Fork 33
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
bitbucket_deploy_key
does not import key
#217
Comments
Same issue here.
It reads "key", but the provided value starts with an uppercase, e.g. "Key";
Please review and fix. |
Terraform Version
Affected Resource(s)
Expected Behavior
bitbucket_deploy_key
importskey
Actual Behavior
bitbucket_deploy_key
does not importkey
Steps to Reproduce
terraform apply
terraform state rm bitbucket_deploy_key.foo
Get the key id
curl "$bitbucket_url/repositories/$bitbucket_workspace/$terraform_repo/deploy-keys"
terraform import $bitbucket_workspace/$terraform_repo/$key_id
Check issue
a. Check terraform state and see that key is not imported
b. Run
terrafrom plan
and see thatbitbucket_deploy_key
must be replaced becausekey
forces replacement
. Expected behavior is that there are no changes because we did not change the key in the resource block.The text was updated successfully, but these errors were encountered: