terraform-provider-flux icon indicating copy to clipboard operation
terraform-provider-flux copied to clipboard

Plan crashed using 0.20.0 on TFE

Open antoineDievDecath opened this issue 2 years ago • 3 comments

Hi,

On using version 0.20.0 of the provider, my plan are killed by Terraform

/usr/local/sbin/terraform: line 73: 1315 Killed /usr/local/bin/terraform $@

Is the only line of log I have. Terraform team told me it's an OOMKill.

No problem with version 0.19.0.

antoineDievDecath avatar Nov 03 '22 08:11 antoineDievDecath

My plan also gets "Killed" with provider version 0.21.0

ar-qun avatar Nov 24 '22 12:11 ar-qun

Can you set ``TF_LOG=debug` and share the output? Make sure to clean up any sensitive information you may not want to share.

phillebaba avatar Nov 25 '22 09:11 phillebaba

` have the same issue.

I have the install resource like:

data "flux_install" "main" { target_path = var.cluster_config_path components_extra = ["image-reflector-controller", "image-automation-controller"] version = var.flux_version }

the strange thing is, if I add debug logging, it runs through:

data "flux_install" "main" { target_path = var.cluster_config_path components_extra = ["image-reflector-controller", "image-automation-controller"] version = var.flux_version log_level = "debug" }

Provider version is 0.23.0 but also same behavior with 0.21.0

TF Version is 1.3.2

Any suggestions?

voigtstep avatar Feb 05 '23 14:02 voigtstep

Hi @antoineDievDecath 👋

I hope you are doing well! As part of our ongoing effort to maintain and improve the quality of our project, I've been reviewing open issues and came across the one you've reported. First off, thank you for taking the time to contribute by reporting this issue; your input is crucial to us.

Upon reviewing the details of your issue, I noticed that it involves the use of a resource or feature that has yet to be supported since the 1.0.0 release of our project, which was approximately 9 months ago. This might be a key factor in the challenges you're experiencing. We understand that changes and deprecations can impact your work, and we're here to help navigate these transitions. If there are specific reasons you've continued using this unsupported resource or if there's any way we can assist in migrating to a supported alternative, please let us know.

Additionally, to ensure the efficient management of our issue tracker and to focus on issues that are actively affecting our community, we have implemented a policy for issues that remain inactive. If there is no activity on this issue within the next 3 weeks, we will consider the issue inactive and close it for you. This doesn't mean your issue is not important to us, but rather that we aim to keep our focus on actively pursued concerns. Of course, if the issue continues or if you have further updates in the future, feel free to reopen the issue or create a new one.

Thank you once again for your contribution to our project. Your feedback not only helps us improve but also supports the broader community in overcoming similar challenges. We look forward to hearing from you and hope to resolve any outstanding concerns together.

Best regards,

Steve

swade1987 avatar Apr 01 '24 13:04 swade1987