Skip to content

schubergphilis/terraform-azure-mcaf-naming

Repository files navigation

terraform-azure-mcaf-naming

Terraform module to generate names according to a convention.

Requirements

Name Version
terraform >= 0.13

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

Name Description Type Default Required
application The name of the application string n/a yes
customer_tla The customer TLA string n/a yes
environment The environment the workload is deployed in string n/a yes
location The short name of the location string n/a yes
workload The short name of the workload string n/a yes
format The naming format used. Current options: E-G-L-S and G-E-L-S string "E-G-L-S" no

Outputs

Name Description
naming n/a
region_short_name n/a
resource_prefix n/a
subscription n/a

License

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.