microsoft / microsoft/AzureTRE

Convert usage of hashicorp/template to hashicorp/cloudinit

Open
#3,283 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

story
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.