Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 3.68 KB

File metadata and controls

53 lines (41 loc) · 3.68 KB

terraform

Requirements

Name Version
azurerm =2.95.0

Providers

No providers.

Modules

Name Source Version
apim ./modules/apim n/a
application_gateway ./modules/gateway n/a
backend ./modules/backend n/a
networking ./modules/networking n/a
resource_suffix ./modules/service-suffix n/a
shared ./modules/shared n/a

Resources

No resources.

Inputs

Name Description Type Default Required
account_name The Azure DevOps or GitHub account name to be used when configuring the CI/CD agent, in the format https://dev.azure.com/ORGNAME OR github.com/ORGUSERNAME OR none string n/a yes
apim_name n/a string "apim.contoso.com" no
app_gateway_certificate_type The certificate type used for the app gateway. Either custom or selfsigned string "custom" no
app_gateway_fqdn n/a string "api.contoso.com" no
certificate_password n/a string null no
certificate_path n/a string null no
certificate_secret_name n/a string null no
cicd_agent_type The CI/CD platform to be used, and for which an agent will be configured for the ASE deployment. Specify 'none' if no agent needed') string n/a yes
deployment_environment The environment for which the deployment is being executed string "dev" no
location The location in which the deployment is happening string "East US" no
personal_access_token Azure DevOps or GitHub personal access token (PAT) used to setup the CI/CD agent string n/a yes
pool_name The name Azure DevOps or GitHub pool for this build agent to join. Use 'Default' if you don't have a separate pool string n/a yes
resource_suffix n/a string "001" no
vm_password Agent VM Password string n/a yes
vm_username Agnet VM username string n/a yes
workload_name A short name for the workload being deployed string "proy" no

Outputs

No outputs.