We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5276ddb commit 0e027b1Copy full SHA for 0e027b1
_examples/aks/aks-cluster/main.tf
@@ -25,14 +25,3 @@ resource "local_file" "kubeconfig" {
25
filename = "${path.root}/kubeconfig"
26
}
27
28
-resource "azurerm_managed_disk" "test" {
29
- name = "testdisk"
30
- location = azurerm_resource_group.test.location
31
- resource_group_name = azurerm_resource_group.test.name
32
- storage_account_type = "Standard_LRS"
33
- create_option = "Empty"
34
- disk_size_gb = "1"
35
- tags = {
36
- environment = azurerm_resource_group.test.name
37
- }
38
-}
0 commit comments