Skip to content

Commit 29c3d0a

Browse files
authored
docs: update akscluster (#326)
Update tanzu-mission-control_akscluster.md Changed AWS to AKS Variable subscription should be subscription_id Signed-off-by: Viktor van den Berg <viktorvdberg@yahoo.com>
1 parent 0a89d35 commit 29c3d0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/tanzu-mission-control_akscluster.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ You can use the following template as reference to write your own `tanzu-mission
3232
3333
// Read Tanzu Mission Control Azure AKS cluster : fetch cluster details
3434
data "tanzu-mission-control_akscluster" "tf_aks_cluster" {
35-
credential_name = "<aws-credential-name>" // Required
36-
subscription = "<subscription>" // Required
35+
credential_name = "<aks-credential-name>" // Required
36+
subscription_id = "<subscription_id>" // Required
3737
resource_group = "<resource-group>" // Required
3838
name = "<cluster-name>" // Required
3939
}
4040
4141
resource "tanzu-mission-control_akscluster" "tf_aks_cluster" {
4242
credential_name = "<credential-name>" // Required
43-
subscription = "<subscription>" // Required
43+
subscription_id = "<subscription_id>" // Required
4444
resource_group = "<resource-group>" // Required
4545
name = "<cluster-name>" // Required
4646
@@ -197,4 +197,4 @@ resource "tanzu-mission-control_akscluster" "tf_aks_cluster" {
197197
}
198198
}
199199
}
200-
```
200+
```

0 commit comments

Comments
 (0)