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>"
cloud_type = "<Cloud Type>"
}
}resource "apono_resource_integration" "azure-subscription-integration" {
name = "Azure Subscription"
type = "azure-subscription"
connector_id = "apono-connector-id"
connected_resource_types = ["azure-subscription"]
integration_config = {
subscription_id = "<Azure Subscription Id>"
directory = "<Azure Primary Domain>"
disable_locks = "<Disable Locks>"
cloud_type = "<Cloud Type>"
}
}Schema
typeazure-subscriptionconnected_resource_typesList 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:
falsePossible values: true, false
cloud_type(Optional | String) Cloud TypeDefault value:
azurePossible values: azure, azure-gov
Last updated
Was this helpful?
