Skip to content

Commit

Permalink
Merge pull request #12 from kumarvna/develop
Browse files Browse the repository at this point in the history
Merge branch 'icornett-master'
  • Loading branch information
kumarvna authored Oct 11, 2020
2 parents a4b3f04 + e09ec79 commit 9733018
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ module "static-website-cdn" {
| Name | Version |
|------|---------|
| terraform | >= 0.13 |
| azurerm | ~> 2.0 |
| azurerm | ~> 2.27.0 |

## Providers

| Name | Version |
|------|---------|
| azurerm | ~> 2.0 |
| azurerm | ~> 2.27.0 |
| null | n/a |
| random | n/a |

Expand All @@ -146,6 +146,7 @@ module "static-website-cdn" {
| create\_resource\_group | Whether to create resource group and use it for all networking resources | `bool` | `false` | no |
| custom\_404\_path | path from your repo root to your custom 404 page | `string` | `"404.html"` | no |
| custom\_domain\_name | The custom domain name to use for your website | `string` | `null` | no |
| friendly\_name | The friendly name of the custom domain in Azure Portal|`string` | `""` | no |
| enable\_cdn\_profile | Controls the creation of CDN profile and endpoint for static website. Possible values are `true` or `false` | `bool` | `false` | no |
| enable\_https\_traffic | Configure the storage account to accept requests from secure connections only. Possible values are `true` or `false` | `bool` | `true` | no |
| enable\_static\_website | Controls if static website to be enabled on the storage account. Possible values are `true` or `false` | `bool` | `true` | no |
Expand Down Expand Up @@ -176,7 +177,7 @@ module "static-website-cdn" {

## Resource Graph

![Resource Graph](graph.svg)
![Resource Graph](graph.png)

## Authors

Expand All @@ -185,5 +186,4 @@ Module is maintained by [Kumaraswamy Vithanala](mailto:[email protected]) with
## Other resources

* [Azure Storage documentation](https://docs.microsoft.com/en-us/azure/storage/)

* [Terraform AzureRM Provider Documentation](https://www.terraform.io/docs/providers/azurerm/index.html)
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 2.0"
version = "~> 2.27.0"
}
null = {
source = "hashicorp/null"
Expand Down

0 comments on commit 9733018

Please sign in to comment.