THEY-Consulting / they-terraform

Helper modules for an easier terraform life
3 stars 0 forks source link

Azure container instance #95

Closed martprog closed 3 months ago

martprog commented 3 months ago

Context

This update introduces the container-instances module, enabling the creation of Azure Container Instances. With this module, you can set up a container group that consist of one or multiple containers.

While the module is designed to be used with DNS, it also supports configurations without DNS.

The included example deploys the ad hoc hello-world image from mcr.microsoft.com, which does not require any credentials. You can also deploy images from other registries by providing the necessary credentials through input variables.

PR instructions

The steps of acceptance

✔ I executed the PR instructions and everything worked.

✔ I checked the requirements for the ticket, and they are matching the PR.

✔ I am satisfied with the code and left annotations if I had some ideas.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
2 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud