Skip to content

Commit 33e39ec

Browse files
Added short names for azure to include gov regions
1 parent 7cc62c3 commit 33e39ec

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ If `make check` target is successful, developer is good to commit the code to pr
128128

129129
| Name | Version |
130130
|------|---------|
131-
| <a name="provider_random"></a> [random](#provider\_random) | 3.6.0 |
131+
| <a name="provider_random"></a> [random](#provider\_random) | 3.6.1 |
132132

133133
## Modules
134134

example.auto.tfvars

-8
This file was deleted.

example.tfvars

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
logical_product_family = "demo"
2+
logical_product_service = "backend"
3+
class_env = "dev"
4+
region = "eastus2"
5+
cloud_resource_type = "acr"
6+
separator = "-"
7+
use_azure_region_abbr = true

main.tf

+6
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ locals {
3535
northcentralus = "ncus"
3636
southcentralus = "scus"
3737
westcentralus = "wcus"
38+
usgovvirginia = "govva"
39+
usgovtexas = "govtx"
40+
usgovarizona = "govaz"
41+
usgoviowa = "goviowa"
42+
usdodcentral = "dodc"
43+
usdodeast = "dode"
3844
}
3945

4046

0 commit comments

Comments
 (0)