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;
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
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.
add a comment |
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
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
add a comment |
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
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
docker terraform
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.
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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
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.
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
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.
add a comment |
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
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.
add a comment |
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
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
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.
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.
add a comment |
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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