nhs-england-tools / repository-template

🛠️ 📚💡 This is a detailed and carefully made template for your GitHub projects. It's based on the wide knowledge and practical experience of the engineering community within NHS England. The template includes helpful suggestions, standards and practices - it's something you should consider using for all your repositories.
MIT License
30 stars 12 forks source link

Decide on the IaC directory name #84

Closed stefaniuk closed 1 year ago

stefaniuk commented 1 year ago

Terraform is our tool of choice for IaC.

Some common directory names for IaC are:

timrickwood commented 1 year ago

I would vote for infrastructure. It is the most descriptive and most portable name. Failing that iac although like infra that too feels a bit lazy. I would vote down terraform because that feels too opinionated about the choice of tech and as you say where would you store code that relates to the infrastructure that is not written in terraform.

jens-kursch-NHSD commented 1 year ago

I'd vote for infrastructure. A generic name seems like the right name it also leaves space for projects to add additional subdivisions of IoC technologies.