diff --git a/modules/cdn-profile/README.md b/modules/cdn-profile/README.md index ff667c1..41e466d 100644 --- a/modules/cdn-profile/README.md +++ b/modules/cdn-profile/README.md @@ -8,11 +8,10 @@ This module creates a [CDN Profile](https://registry.terraform.io/providers/hash module "cdn_profile" { source = "https://github.com/gofrontier-com/azurerm-terraform-modules/releases/download/cdn-profile/[VERSION]/module.tar.gz//src" - environment = "dev" - identifier = "k8s" - location = "uksouth" - resource_group_name = module.resource_group.name - zone = "shd" + environment = "dev" + identifier = "k8s" + location = "uksouth" + zone = "shd" tags = { WorkloadType = "CustomerBankingLZ/container-platform"