Skip to content

Commit

Permalink
Update KubernetesClusterTrustedAccessRoleBinding-Resource.json
Browse files Browse the repository at this point in the history
Revert "Update KubernetesClusterTrustedAccessRoleBinding-Resource.json"

This reverts commit 15706c3.

Update containerservice.hcl
  • Loading branch information
hqhqhqhqhqhqhqhqhqhqhq committed Oct 7, 2024
1 parent ee41bc5 commit 0a3d0f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/resources/containerservice.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
service "ContainerService" {
terraform_package = "containers"

api "2023-03-02-preview" {
api "2024-05-01" {
package "TrustedAccess" {
definition "kubernetes_cluster_trusted_access_role_binding" {
id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{managedClusterName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}"
display_name = "Kubernetes Cluster Trusted Access Role Binding"
website_subcategory = "Container"
description = <<HERE
Manages a Kubernetes Cluster Trusted Access Role Binding
~> **Note:** This Resource is in **Preview** to use this you must be opted into the Preview. You can do this by running `az feature register --namespace Microsoft.ContainerService --name TrustedAccessPreview` and then `az provider register -n Microsoft.ContainerService`
HERE
test_data {
basic_variables {
Expand Down

0 comments on commit 0a3d0f1

Please sign in to comment.