hashicorp / terraform-provider-tls

Utility provider that works with Transport Layer Security keys and certificates. It provides resources that allow private keys, certificates and certficate requests to be created as part of a Terraform deployment.
https://registry.terraform.io/providers/hashicorp/tls/latest
Mozilla Public License 2.0
182 stars 103 forks source link

Terraform crashed when run apply (tectonic deployment) #65

Closed ghost closed 2 years ago

ghost commented 4 years ago

This issue was originally opened by @dhanubiarca as hashicorp/terraform#23605. It was migrated here as a result of the provider split. The original body of the issue is below.


crash.log Hi All,

I am new to Tectonic, I am trying to deploy tectonics on VMware environment, but could not succeed.

with little modifications in the provider files, I could able to run Plan, when run apply, terraform is getting crashed. I have followed the below link: https://coreos.com/tectonic/docs/latest/install/vmware/vmware-terraform.html

Here I am attaching the crash log, terraform.tfvar, provider.tf, varibale.tf files. I am using terraform version v0.11.3 could someone help me in resolving the issue.

below is the crash output.

Tectonic_VMWARE.zip Tectonic_VMWARE.zip

!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!

Terraform crashed! This is always indicative of a bug within Terraform. A crash log has been placed at "crash.log" relative to your current working directory. It would be immensely helpful if you could please report the crash with Terraform1 so that we can fix this.

When reporting bugs, please include your terraform version. That information is available on the first line of crash.log. You can also get it by running 'terraform --version' on the command line.

!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!! root@ubuntuvm:~/tec_vm2/tectonic_1.8.4-tectonic.3/build/bcluster# terraform --version Terraform v0.11.3

root@ubuntuvm:~/tec_vm2/tectonic_1.8.4-tectonic.3/build/bcluster#

kmoe commented 4 years ago

@dhanubiarca, please test again with Terraform 0.12 (the current version is 0.12.26) and the latest version of this provider. If you experience the same crash, please include clear steps to reproduce, stating what commands you ran - the tutorial you linked may have changed in the meantime.

Please include your Terraform config files as code inline in your issue, or create a GitHub Gist and link to it, rather than attaching a ZIP file.

detro commented 2 years ago

This issue has been without response for too long. Closing.

github-actions[bot] commented 1 month ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.