1.3 - Location Blueprint

37.183069733125556, -122.39219064943761

This Blueprint can be added to the Tuono environment and applied to create a resource group in the specified region.

#
# Tuono Hands-On Lab
# HOL-101
# Designates a cloud region and creates a Resource Group
#
---
location:
  region:
    hands-on-lab-region:
      aws: us-west-2
      azure: westus2
  folder:
    (( resource_group)):
      region: hands-on-lab-region

variables:
  resource_group:
    description: Name of your dedicated Resource Group
    type: string

Last updated

Was this helpful?