Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 24, 2022
1 parent 8badd07 commit bceda0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion billing-policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ No modules.

| Name | Description |
|------|-------------|
| <a name="output_billing_policies"></a> [billing\_policies](#output\_billing\_policies) | Map of label and policy JSON for billing accesses |
| <a name="output_policies"></a> [policies](#output\_policies) | Map of label and policy JSON for billing accesses |
2 changes: 1 addition & 1 deletion billing-policies/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "billing_policies" {
output "policies" {
description = "Map of label and policy JSON for billing accesses"
value = {
"full-billing" = data.aws_iam_policy_document.full_billing.json
Expand Down

0 comments on commit bceda0d

Please sign in to comment.