ContainerSolutions / terraform-examples

Simple and idiomatic examples of various Terraform functions and features.
https://containersolutions.github.io/terraform-examples/
159 stars 51 forks source link

Cover all basic resources for Azure #50

Closed ttarczynski closed 2 years ago

ttarczynski commented 3 years ago
teszes commented 3 years ago

IAM is not actually part of azurerm, it comes from a separate provider called azuread. Most of these resources are also present on Azure Stack besides Azure cloud, also a separate provider called azurestack.

Azure is actually handled by 4 different providers. see my PR #56

teszes commented 3 years ago

VMs and basic networking are covered by #62

teszes commented 3 years ago

Serverless is covered by #63

teszes commented 3 years ago

Kubernetes cluster and containerization related stuff is covered by #67

teszes commented 3 years ago

Storage (block, page, file, queue, table, managed disks, etc.) are covered by #66

teszes commented 3 years ago

SQL databases (Azure SQL, MSSQL, PostgreSQL, etc.) and NoSQL databases (CosmosDB databases) are covered by #65

teszes commented 3 years ago

Load balancing, public IPs and DNS are covered by #64

teszes commented 3 years ago

Azure AD (IAM) is covered by #68

teszes commented 3 years ago

I think that's all, if we manage to merge all this, this issue can be closed.