Skip to content

Commit

Permalink
Merge pull request #15 from develeap/hotfix/improve-docs
Browse files Browse the repository at this point in the history
cleanup of comments and such
  • Loading branch information
zMynxx authored Apr 1, 2024
2 parents c273dd6 + 4e9f8df commit f08ca90
Show file tree
Hide file tree
Showing 6 changed files with 1,401 additions and 43 deletions.
1 change: 1 addition & 0 deletions modules/role/.terraformignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
EXAMPLE.tf
14 changes: 0 additions & 14 deletions modules/role/EXAMPLE.md

This file was deleted.

13 changes: 13 additions & 0 deletions modules/role/EXAMPLE.tfignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module "role" {
source = "../../path/to/this/module"
assume_role_policy = ""
description = ""
force_detach_policies = false
inline_policy = ""
managed_policy_arns = []
max_session_duration = 3600
name = "terraform_bot"
path = "/"
permissions_boundary = ""
tags = {}
}
Loading

0 comments on commit f08ca90

Please sign in to comment.