Skip to content

schubergphilis/terraform-azure-mcaf-eventhub

Repository files navigation

Requirements

Name Version
terraform >= 1.7
azurerm >= 4.0

Providers

Name Version
azurerm >= 4.0

Modules

No modules.

Resources

Name Type
azurerm_eventhub_namespace.this resource

Inputs

Name Description Type Default Required
event_hub_namespace Configuration for the EventHub Namespace.
object({
name = string,
config = object({
sku = string,
capacity = number,
auto_inflate_enabled = bool,
maximum_throughput_units = number
})
})
n/a yes
managed_identities Controls the Managed Identity configuration on this resource. The following properties can be specified:

- system_assigned - (Optional) Specifies if the System Assigned Managed Identity should be enabled.
- user_assigned_resource_ids - (Optional) Specifies a list of User Assigned Managed Identity resource IDs to be assigned to this resource.
object({
system_assigned = optional(bool, false)
user_assigned_resource_ids = optional(set(string), [])
})
{} no
resource_group The name and location of the resource group in which to create the resources.
object({
name = string,
location = string
})
{
"location": null,
"name": null
}
no
tags A map of tags to assign to the resource. map(string) {} no

Outputs

Name Description
eventhub_namespace_id The ID of the EventHub Namespace
resource_group_id The ID of the Resource Group

Copyright: Schuberg Philis

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Azure MCAF Terraform module to rollout Azure Event Hub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages