Skip to content

infraweave-io/terraform-azure-infraweave-workload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-azure-infraweave-central

Alpha version, expect breaking changes

Inputs

Name Description Type Default Required
all_regions List of all regions that forms the InfraWeave platform list(string) n/a yes
all_workload_projects List of workload project names to project id + regions, github_repos should to be set when enable_webhook_processor is true
list(
object({
project_id = string
name = string
description = string
regions = list(string)
github_repos_deploy = list(string)
github_repos_oidc = list(string)
})
)
n/a yes
central_subscription_id Your central subscription id string n/a yes
environment Environment name (e.g. dev, prod) string n/a yes
region Azure region (e.g. eastus, westeurope) string n/a yes

Outputs

Name Description
function_app_default_hostname The default URL for the Function App

Providers

Name Version
archive 2.7.0
azuread 3.3.0
azurerm 4.28.0

Examples

Please check out the how it is used in the bootstrap repository for up-to-date examples if you need a custom solution.

Resources

Name Type
azuread_app_role_assignment.aci_invoker resource
azuread_app_role_assignment.group_app_role resource
azuread_application.broker resource
azuread_group.function_invokers resource
azuread_service_principal.broker_sp resource
azuread_service_principal_delegated_permission_grant.cli_broker_consent resource
azuread_service_principal_password.broker_sp_secret resource
azurerm_linux_function_app.function_app resource
azurerm_log_analytics_workspace.container_logs resource
azurerm_resource_group.main resource
azurerm_resource_provider_registration.microsoft_app resource
azurerm_role_assignment.aci_admin_role resource
azurerm_role_assignment.aci_contributor resource
azurerm_role_assignment.aci_storage_role_function resource
azurerm_service_plan.function_plan resource
azurerm_storage_account.storage resource
azurerm_storage_blob.function_blob resource
azurerm_storage_container.function_deploy resource
azurerm_subnet.aci_subnet resource
azurerm_user_assigned_identity.aci_identity resource
azurerm_virtual_network.aci_vnet resource
archive_file.function_zip data source
azuread_service_principal.azure_cli data source
azurerm_client_config.current data source
azurerm_storage_account_sas.function_sas data source
azurerm_subscription.current data source

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published