-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into toil-add-developer-md
- Loading branch information
Showing
13 changed files
with
58 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "terraform" # See documentation for possible values | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ This project welcomes contributions and suggestions. Most contributions require | |
|
||
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. | ||
|
||
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments. | ||
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact <[email protected]> with any additional questions or comments. | ||
|
||
Please familiarize yourself with our [Code of Conduct][Code-of-Conduct] and the [MIT License][License] associated with this repository to ensure all code contributions are submitted in accordance with these terms. | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
<!-- markdownlint-disable first-line-h1 --> | ||
The `basic` starter module creates a management group hierarchy with policy assignments, and deploys management resources such as the Log Analytics Workspace and Automation Account. | ||
|
||
The `basic` starter module creates a management group hierarchy and assigns policies. | ||
## High Level Design | ||
|
||
![Alt text](./media/starter-module-basic.png) | ||
|
||
## Terraform Modules | ||
|
||
### `caf-enterprise-scale` | ||
|
||
The `caf-enterprise-scale` module is solely used for this basic starter module, and has only been populated with its most basic of inputs. It is worth noting that the module itself can be extended to deploy, connectivity resources, custom polices and more. For more information on the module itself see [here](https://github.com/Azure/terraform-azurerm-caf-enterprise-scale). | ||
|
||
## Inputs | ||
|
||
- `default_location`: The location for Azure resources (e.g 'uksouth'). | ||
- `subscription_id_connectivity`: The identifier of the Connectivity Subscription. | ||
- `subscription_id_identity`: The identifier of the Identity Subscription. | ||
- `subscription_id_management`: The identifier of the Management Subscription. | ||
- `root_id`: The root id is the identity for the root managment group and a prefix applied to all management group identities. | ||
- `root_id`: The root id is the identity for the root management group and a prefix applied to all management group identities. | ||
- `root_name`: The display name for the root management group. |
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 |
---|---|---|
@@ -1,16 +1,41 @@ | ||
<!-- markdownlint-disable first-line-h1 --> | ||
The `hubnetworking` starter module builds off the `basic` starter module ([Basic Starter Module][wiki_starter_module_basic]) and additionally configures hub networking resources such as the Virtual Network, Firewall and Virtual Network Gateway. | ||
|
||
The `hubnetworking` starter module creates a management group hierarchy, assigns policies and deploys hub networking resources. | ||
## High Level Design | ||
|
||
![Alt text](./media/starter-module-hubnetworking.png) | ||
|
||
## Terraform Modules | ||
|
||
### `caf-enterprise-scale` | ||
|
||
The `caf-enterprise-scale` has been used to deploy the management group hierarchy, policy assignments and management resources. For more information on the module itself see [here](https://github.com/Azure/terraform-azurerm-caf-enterprise-scale). | ||
|
||
### `hubnetworking` | ||
|
||
The `hubnetworking` module is used to deploy connectivity resources such as Virtual Networks and Firewalls. By default, the module will deploy a Virtual Network with a Firewall in your `default_location`. | ||
This module can be extended however to deploy multiple Virtual Networks at scale, Route Tables, and Resource Locks. For more information on the module itself see [here](https://github.com/Azure/terraform-azurerm-hubnetworking). | ||
|
||
### `vnet-gateway` | ||
|
||
The `vnet-gateway` module is used to deploy a Virtual Network Gateway inside your Virtual Network. By default, the resources of the module will not be deployed unless `virtual_network_gateway_creation_enabled` is set to true, if so, the module will deploy a VPN Gateway with SKU VpnGw1. | ||
Further configuration can be added depending on requirements to deploy Local Network Gateways, configure Virtual Network Gateway Connections, deploy ExpressRoute Gateways and more. Additional information on the module can be found [here](https://github.com/Azure/terraform-azurerm-vnet-gateway). | ||
|
||
## Inputs | ||
|
||
- `default_location`: The location for Azure resources (e.g 'uksouth'). | ||
- `subscription_id_connectivity`: The identifier of the Connectivity Subscription. | ||
- `subscription_id_identity`: The identifier of the Identity Subscription. | ||
- `subscription_id_management`: The identifier of the Management Subscription. | ||
- `root_id`: The root id is the identity for the root managment group and a prefix applied to all management group identities. | ||
- `root_id`: The root id is the identity for the root management group and a prefix applied to all management group identities. | ||
- `root_name`: The display name for the root management group. | ||
- `hub_virtual_network_address_prefix`: The IP address range for the hub network in CIDR format. | ||
- `firewall_subnet_address_prefix`: The IP address range foe the firewall subnet in CIDR format. | ||
- `gateway_subnet_address_prefix`: The IP address range foe the gatway subnet in CIDR format. | ||
- `gateway_subnet_address_prefix`: The IP address range foe the gateway subnet in CIDR format. | ||
- `virtual_network_gateway_creation_enabled`: Whether the virtual network gateway is created. | ||
|
||
[//]: # (************************) | ||
[//]: # (INSERT LINK LABELS BELOW) | ||
[//]: # (************************) | ||
|
||
[wiki_starter_module_basic]: %5BUser-Guide%5D-Starter-Module-Basic "Wiki - Starter Modules - Basic" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Test Module | ||
|
||
This module is used for testing the bootstrapping without needing elevated permissions or a clean tenant. | ||
This module is used for testing the bootstrapping without needing elevated permissions or a clean tenant. |
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
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