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
SUMMARY Having tagged releases would enable pulling the exact version with Terraform helm_chart provider: https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release
ADDITIONAL INFORMATION Without a release, a solution that we found is to get the whole repo content:
module "appdynamics_charts_repo" { source = "git::https://github.com/Appdynamics/appdynamics-charts.git" } output "cluster_agent_file" { value = "${path.module}/cluster-agent-0.1.16.tgz" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
Having tagged releases would enable pulling the exact version with Terraform helm_chart provider:
https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release
ADDITIONAL INFORMATION
Without a release, a solution that we found is to get the whole repo content:
The text was updated successfully, but these errors were encountered: