You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update-azuread-provider-version-1.6.0 (#23)
* - Add new name variable to service principal submodule, add custom_tags variable to this submodule
* - Adjusts to terraform 1.0.x sintax and upgrade to azuread 1.6.0 provider
update-azuread-provider-version-1.6.0 (#23)
* - Add new name variable to service principal submodule, add custom_tags variable to this submodule
* - Adjusts to terraform 1.0.x sintax and upgrade to azuread 1.6.0 provider
refactoring-internal-modules (#15)
* Encapsulation of service principal inside a module
* Removed 'null' provider
* Encapsulation of virtual network inside a module
* Encapsulation of log-analytics inside a module
* Separate 'azurerm_log_analytics_solution' in a file
* Encapsulation of 'azurerm_kubernetes_cluster' inside a module
* Adjusts
* Put all modules in main file
* Use command terraform fmt
* Restore the region to east us 2
* Removed commented code
generate-random-password-azure-ad-sp (#9)
* - Generate random password to service principal
* - Replaced the variable `log_analytics_workspace_name` to locals
parameter-to-create-azure-monitor (#8)
* - Creation of the log analytcs based in var use_azure_monitor;
- Use azure monitor in k8s cluster based in variable use_azure_monitor.
* - Creation of the resource group of the log analytcs based in variable use_azure_monitor;