microsoft / microsoft/AzureTRE
Convert usage of hashicorp/template to hashicorp/cloudinit
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 235
- Forks
- 192
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Description
Description
As a TRE Developer
I want to use hashicorp/cloudinit provider (and templatefile function) to prepare payloads
So that I will stop using hashicorp/template (obsolete)
Acceptance criteria
- Usage of data "template_file"... is converted to templatefile functions
- Usage of data "template_cloudinit_config"... is converted to data "cloudinit_config"...
- Providers are updated - hashicorp/template should be used anymore
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository's Terraform configurations for data "template_file", data "template_cloudinit_config", and hashicorp/template provider declarations. Read the surrounding payload definitions and provider configuration first, then convert each usage to the requested cloudinit provider and templatefile form; done means no obsolete template provider usage remains and the Terraform configuration validates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- terraform
- Domain
- infrastructure
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100