We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ghcr.io/devcontainers-contrib/features/tfcdk-cli:1.0.3
mcr.microsoft.com/devcontainers/universal:2
A bug happened!
Hey there, unfortunately I cannot use terraform with this setup through adding the Terraform CLI option to my devcontainer.
This is my devcontainer.json file:
{ "image": "mcr.microsoft.com/devcontainers/universal:2", "features": { "ghcr.io/devcontainers-contrib/features/tfcdk-cli:1.0.3": {} } }
Can you help me?
@nyccp ➜ /workspaces/01_infrastructure_basic (terraform_docker_features) $ terraform init bash: terraform: command not found
The text was updated successfully, but these errors were encountered:
This project is not associated with the devcontainer project and appears to have been abandoned #628 . The official project has removed all devcontainer-contrib features from their listing. devcontainers/devcontainers.github.io#451. There is a fork that is being worked on to update and maintain the features https://github.com/devcontainers-extra/features
Sorry, something went wrong.
No branches or pull requests
Feature id and version
ghcr.io/devcontainers-contrib/features/tfcdk-cli:1.0.3
Devcontainer base Image
mcr.microsoft.com/devcontainers/universal:2
What happened?
A bug happened!
Hey there,
unfortunately I cannot use terraform with this setup through adding the Terraform CLI option to my devcontainer.
This is my devcontainer.json file:
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers-contrib/features/tfcdk-cli:1.0.3": {}
}
}
Can you help me?
Relevant log output
@nyccp ➜ /workspaces/01_infrastructure_basic (terraform_docker_features) $ terraform init bash: terraform: command not found
The text was updated successfully, but these errors were encountered: