Azure Landing Zones Documentation
Home GitHub Issue Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Bootstrap Customization FAQ

How do I use my own naming convention for the resources that are deployed?

You can add any hidden variables to your inputs file, including the resource_names map. This map is used to set the names of the resources that are deployed. You can find the default values in the variables.tf file in the bootstrap module:

For example adding this to the end of your bootstrap config file and updating to your naming standard:

# Extra Inputs
resource_names:
  resource_group_state: "rg-my-custom-name" # Example of an updated resource name