Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 24, 2022
1 parent bceda0d commit f2ecd3e
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 @@ -9,7 +9,7 @@ module "billing" {
module "role" {
source = ...
inline_policy = [ module.billing.billing_policies["full-billing"] ]
inline_policy = [ module.billing.policies["full-billing"] ]
}
```

Expand Down
2 changes: 1 addition & 1 deletion billing-policies/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* module "role" {
* source = ...
* inline_policy = [ module.billing.billing_policies["full-billing"] ]
* inline_policy = [ module.billing.policies["full-billing"] ]
* }
* ```
*/
Expand Down

0 comments on commit f2ecd3e

Please sign in to comment.