Skip to content

Commit

Permalink
chore: added more info about serverless lz
Browse files Browse the repository at this point in the history
  • Loading branch information
florianow committed Nov 22, 2023
1 parent bc2ff38 commit 1030c30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion kit/azure/landingzones/lz-serverless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Azure Landing Zone "Serverless"
summary: |
deploys new cloud foundation infrastructure.
Add a concise description of the module's purpose here.
# optional: add additional metadata about implemented security controls
compliance:
- control: cfmm/security-and-compliance/service-and-location-restrictions
statement: |
Restricts the list of permitted Azure services in relation to Serverless.
---

# Azure Landing Zone "Serverless"
Expand Down
4 changes: 2 additions & 2 deletions kit/azure/landingzones/lz-serverless/documentation.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ output "documentation_md" {
value = <<EOF
# Serverless Landing Zone
This landing zone is intended for serverless resources.
A serverless landing zone is a pre-configured environment that is specifically designed for deploying serverless resources.
- **${resource.azurerm_management_group.serverless.display_name}** - this is the severless management group
Expand All @@ -12,6 +12,6 @@ This landing zone is intended for serverless resources.
|Policy|Effect|Description|Rationale|
|-|-|-|-|
|[${module.policy_serverless.policy_assignments["Allow-Serverless-Only"].display_name}](https://cloudfoundation.org/maturity-model/tenant-management/cloud-native-landing-zone.html#best-practices-for-designing-and-building-a-cloud-native-landing-zone)|Deny|
|[${module.policy_serverless.policy_assignments["Allow-Serverless-Only"].display_name}](https://cloudfoundation.org/maturity-model/tenant-management/cloud-native-landing-zone.html#best-practices-for-designing-and-building-a-cloud-native-landing-zone)|Deny|${module.policy_serverless.policy_assignments["Allow-Serverless-Only"].description}|This policy allows only serverless resources to be deployed.|
EOF
}

0 comments on commit 1030c30

Please sign in to comment.