Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.86 KB

File metadata and controls

42 lines (33 loc) · 1.86 KB

Requirements

Name Version
terraform >= 1.3.0
humanitec ~> 1.0

Providers

Name Version
humanitec ~> 1.0

Resources

Name Type
humanitec_resource_definition.main resource

Inputs

Name Description Type Default Required
driver_account The ID of the Resource Account which should be used. string n/a yes
principal_id The ID of the Principal (User, Group or Service Principal) to assign the Role Definition to. string n/a yes
role_definition_ids n/a any n/a yes
scopes n/a any n/a yes
subscription_id The Subscription ID which should be used. string n/a yes
append_logs_to_error Append Terraform logs to error messages. bool false no
name Specifies the Name for created resources. (Leave empty for the default one) string "" no
prefix Specifies the prefix used in default name for created resources. string "hum-rp-service-bus-ex-" no
resource_packs_azure_rev Azure Resource Pack git branch. string "refs/heads/main" no
resource_packs_azure_url Azure Resource Pack git url. string "https://github.com/humanitec-architecture/resource-packs-azure.git" no
terraform_state Use terraform remote state.
object({
subscription_id = string
resource_group_name = string
storage_account_name = string
container_name = string
key_prefix = optional(string)
})
null no

Outputs

Name Description
id n/a