Terraform cannot find terraform-provider-avi in docker container Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Come Celebrate our 10 Year Anniversary!How can I run a full OS in a Docker container, without specifying a command?How to add a file to a docker container which has no root permissions?How to prevent attach or exec in a docker containerDocker Error: standard_init_linux.go:175: exec user process caused “no such file or directory”How to set system time dynamically in a Docker containerProblems creating AutoScaling Group with a Network Load Balancer (NLB) on AWS using TerraformCreate multiple resources terraformTerraform: Choosing credentials for a remote state fileHAProxy as Docker container not routing as a reverse proxyTerraform-provider-matchbox not generating certs

Why is ArcGIS Pro not symbolizing my entire range of values?

Like totally amazing interchangeable sister outfit accessory swapping or whatever

How to charge percentage of transaction cost?

When does Bran Stark remember Jamie pushing him?

Why these surprising proportionalities of integrals involving odd zeta values?

What is the ongoing value of the Kanban board to the developers as opposed to management

How to ask rejected full-time candidates to apply to teach individual courses?

Determine the generator of an ideal of ring of integers

Compiling and throwing simple dynamic exceptions at runtime for JVM

BV functions and wave equation

What is the evidence that custom checks in Northern Ireland are going to result in violence?

Assertions In A Mock Callout Test

Why do C and C++ allow the expression (int) + 4*5?

Kepler's 3rd law: ratios don't fit data

Who can become a wight?

"Destructive force" carried by a B-52?

Raising a bilingual kid. When should we introduce the majority language?

How to leave only the following strings?

Is Vivien of the Wilds + Wilderness Reclimation a competitive combo?

Has a Nobel Peace laureate ever been accused of war crimes?

2 sample t test for sample sizes - 30,000 and 150,000

Are Flameskulls resistant to magical piercing damage?

How do I deal with an erroneously large refund?

Can a Knight grant Knighthood to another?



Terraform cannot find terraform-provider-avi in docker container



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!How can I run a full OS in a Docker container, without specifying a command?How to add a file to a docker container which has no root permissions?How to prevent attach or exec in a docker containerDocker Error: standard_init_linux.go:175: exec user process caused “no such file or directory”How to set system time dynamically in a Docker containerProblems creating AutoScaling Group with a Network Load Balancer (NLB) on AWS using TerraformCreate multiple resources terraformTerraform: Choosing credentials for a remote state fileHAProxy as Docker container not routing as a reverse proxyTerraform-provider-matchbox not generating certs



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I am hitting the following error trying to run terraform in a docker image with the terraform-provider-avi.



Error: Error asking for user input: 1 error(s) occurred:

* provider.avi: fork/exec /root/.terraform.d/plugins/terraform-provider-avi: no such file or directory









share|improve this question









New contributor




user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Hello and welcome to Server Fault! This is not how it works here. You should post your question and then post the solution as an Answer, not as an edit of your question. Please see here.

    – Mr Shunz
    Apr 16 at 13:11

















0















I am hitting the following error trying to run terraform in a docker image with the terraform-provider-avi.



Error: Error asking for user input: 1 error(s) occurred:

* provider.avi: fork/exec /root/.terraform.d/plugins/terraform-provider-avi: no such file or directory









share|improve this question









New contributor




user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Hello and welcome to Server Fault! This is not how it works here. You should post your question and then post the solution as an Answer, not as an edit of your question. Please see here.

    – Mr Shunz
    Apr 16 at 13:11













0












0








0








I am hitting the following error trying to run terraform in a docker image with the terraform-provider-avi.



Error: Error asking for user input: 1 error(s) occurred:

* provider.avi: fork/exec /root/.terraform.d/plugins/terraform-provider-avi: no such file or directory









share|improve this question









New contributor




user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I am hitting the following error trying to run terraform in a docker image with the terraform-provider-avi.



Error: Error asking for user input: 1 error(s) occurred:

* provider.avi: fork/exec /root/.terraform.d/plugins/terraform-provider-avi: no such file or directory






docker terraform






share|improve this question









New contributor




user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Apr 16 at 14:20







user9274676













New contributor




user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 16 at 12:22









user9274676user9274676

12




12




New contributor




user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Hello and welcome to Server Fault! This is not how it works here. You should post your question and then post the solution as an Answer, not as an edit of your question. Please see here.

    – Mr Shunz
    Apr 16 at 13:11

















  • Hello and welcome to Server Fault! This is not how it works here. You should post your question and then post the solution as an Answer, not as an edit of your question. Please see here.

    – Mr Shunz
    Apr 16 at 13:11
















Hello and welcome to Server Fault! This is not how it works here. You should post your question and then post the solution as an Answer, not as an edit of your question. Please see here.

– Mr Shunz
Apr 16 at 13:11





Hello and welcome to Server Fault! This is not how it works here. You should post your question and then post the solution as an Answer, not as an edit of your question. Please see here.

– Mr Shunz
Apr 16 at 13:11










1 Answer
1






active

oldest

votes


















0














The problem was that the standard library packages are built as dynamic libs by default in GO and this is not working in the Terraform docker images (why?). To fix this just pass CGO_ENABLED=0 when you are building the plugin.



CGO_ENABLED=0 make





share|improve this answer








New contributor




user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "2"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    user9274676 is a new contributor. Be nice, and check out our Code of Conduct.









    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f963289%2fterraform-cannot-find-terraform-provider-avi-in-docker-container%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    The problem was that the standard library packages are built as dynamic libs by default in GO and this is not working in the Terraform docker images (why?). To fix this just pass CGO_ENABLED=0 when you are building the plugin.



    CGO_ENABLED=0 make





    share|improve this answer








    New contributor




    user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.
























      0














      The problem was that the standard library packages are built as dynamic libs by default in GO and this is not working in the Terraform docker images (why?). To fix this just pass CGO_ENABLED=0 when you are building the plugin.



      CGO_ENABLED=0 make





      share|improve this answer








      New contributor




      user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















        0












        0








        0







        The problem was that the standard library packages are built as dynamic libs by default in GO and this is not working in the Terraform docker images (why?). To fix this just pass CGO_ENABLED=0 when you are building the plugin.



        CGO_ENABLED=0 make





        share|improve this answer








        New contributor




        user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        The problem was that the standard library packages are built as dynamic libs by default in GO and this is not working in the Terraform docker images (why?). To fix this just pass CGO_ENABLED=0 when you are building the plugin.



        CGO_ENABLED=0 make






        share|improve this answer








        New contributor




        user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        share|improve this answer



        share|improve this answer






        New contributor




        user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered Apr 16 at 14:25









        user9274676user9274676

        12




        12




        New contributor




        user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        user9274676 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.




















            user9274676 is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            user9274676 is a new contributor. Be nice, and check out our Code of Conduct.












            user9274676 is a new contributor. Be nice, and check out our Code of Conduct.











            user9274676 is a new contributor. Be nice, and check out our Code of Conduct.














            Thanks for contributing an answer to Server Fault!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f963289%2fterraform-cannot-find-terraform-provider-avi-in-docker-container%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

            What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

            Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos