Azure Subscription
Azure Subscription
Example Usage
resource "apono_integration" "azure-subscription-integration" {
name = "Azure Subscription"
type = "azure-subscription"
connector_id = "apono-connector-id"
connected_resource_types = ["azure-subscription"]
metadata = {
subscription_id = "<Azure Subscription Id>"
directory = "<Azure Primary Domain>"
disable_locks = "<Disable Locks>"
}
}
Schema
type
azure-subscriptionconnected_resource_types
List of resource types to sync.
Integration Config
subscription_id
(Optional | String) Azure Subscription Iddirectory
(Optional | String) Azure Primary Domaindisable_locks
(Optional | String) Disable LocksDefault value:
false
Possible values: true, false
Last updated
Was this helpful?