The Policy required to deploy this module:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"eks:DescribeCluster"
],
"Resource": [
"*"
]
}
]
}
{
"Name": "AKS Describe Role",
"IsCustom": true,
"Description": "Allows describing AKS clusters",
"Actions": [
"Microsoft.ContainerService/managedClusters/read"
],
"DataActions": [],
"NotDataActions": [],
"AssignableScopes": [
"/subscriptions/{subscriptionId}"
]
}
{
"title": "GKE Describe Role",
"description": "Allows describing GKE clusters",
"stage": "GA",
"includedPermissions": [
"container.clusters.get"
]
}