cloud_native_azure icon indicating copy to clipboard operation
cloud_native_azure copied to clipboard

This Repository holds the chapter wise code for the book Cloud-Native Infrastructure with Azure

Results 2 cloud_native_azure issues
Sort by recently updated
recently updated
newest added

``` terraform plan ╷ │ Error: Unsupported block type │ │ on main.tf line 63, in resource "azurerm_kubernetes_cluster" "k8s": │ 63: addon_profile { │ │ Blocks of type "addon_profile" are...

The code in Chapter2/1.2.1.4/Modules/Services/Virtual_network requires a ResourceGroup named "test". Either rename the RG in the test.tf file earlier in the chapter or change the variable names here to be consistent....