-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix 89 - The given value is not suitable for child module variable…
… "archetype_config_overrides" (#93) * Fix for #89 * Add dedicated local for prinicipal_id lookup * Fix file formatting * Add test coverage for #89
- Loading branch information
Kevin Rowlandson
authored
May 11, 2021
1 parent
6327afa
commit d900eae
Showing
6 changed files
with
96 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
tests/deployment/lib/archetype_definitions/archetype_definition_customer_secure.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"customer_secure": { | ||
"policy_assignments": [ | ||
"Deny-Resource-Locations", | ||
"Deny-RSG-Locations", | ||
"Deploy-HITRUST-HIPAA" | ||
], | ||
"policy_definitions": [], | ||
"policy_set_definitions": [], | ||
"role_definitions": [], | ||
"archetype_config": { | ||
"parameters": { | ||
"Deny-Resource-Locations": { | ||
"listOfAllowedLocations": [ | ||
"eastus", | ||
"eastus2", | ||
"westus", | ||
"northcentralus", | ||
"southcentralus" | ||
] | ||
}, | ||
"Deny-RSG-Locations": { | ||
"listOfAllowedLocations": [ | ||
"eastus", | ||
"eastus2", | ||
"westus", | ||
"northcentralus", | ||
"southcentralus" | ||
] | ||
} | ||
}, | ||
"access_control": {} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters