Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
update source to TF registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseloudon committed Aug 8, 2021
1 parent f4de35c commit 63075c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Learn more about [Azure Policy Exemptions](https://docs.microsoft.com/en-us/azur

```hcl
module "policy_exemptions" {
source = "../.."
source = "globalbao/policy-exemptions/azurerm"
version = "0.1.0"
policyExemptions = {
exemption1 = {
deploymentMode = "Incremental"
Expand All @@ -32,7 +33,8 @@ module "policy_exemptions" {

```hcl
module "policy_exemptions" {
source = "../.."
source = "globalbao/policy-exemptions/azurerm"
version = "0.1.0"
policyExemptions = {
exemption1 = {
deploymentMode = "Incremental"
Expand Down
3 changes: 2 additions & 1 deletion examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Learn more about [Azure Policy Exemptions](https://docs.microsoft.com/en-us/azur

```hcl
module "policy_exemptions" {
source = "../.."
source = "globalbao/policy-exemptions/azurerm"
version = "0.1.0"
policyExemptions = {
exemption1 = {
deploymentMode = "Incremental"
Expand Down
3 changes: 2 additions & 1 deletion examples/default/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module "policy_exemptions" {
source = "../.."
source = "globalbao/policy-exemptions/azurerm"
version = "0.1.0"
policyExemptions = {
exemption1 = {
deploymentMode = "Incremental"
Expand Down

0 comments on commit 63075c2

Please sign in to comment.