Skip to content
New issue

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

Adding releases / tags in repo #13

Open
alexappd opened this issue Apr 12, 2021 · 0 comments
Open

Adding releases / tags in repo #13

alexappd opened this issue Apr 12, 2021 · 0 comments

Comments

@alexappd
Copy link

alexappd commented Apr 12, 2021

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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant