Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-iam
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-iam
Commits
98a23a7e
Commit
98a23a7e
authored
Jun 11, 2018
by
Raúl Cuza
Committed by
Anton Babenko
Jun 11, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix descriptions of variables (#10)
parent
5e45e47c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
variables.tf
modules/iam-assumable-roles/variables.tf
+3
-3
No files found.
modules/iam-assumable-roles/variables.tf
View file @
98a23a7e
...
...
@@ -62,7 +62,7 @@ variable "poweruser_role_policy_arn" {
# Readonly
variable
"create_readonly_role"
{
description
=
"Whether to create
poweruser
role"
description
=
"Whether to create
readonly
role"
default
=
false
}
...
...
@@ -72,7 +72,7 @@ variable "readonly_role_name" {
}
variable
"readonly_role_path"
{
description
=
"Path of
poweruser
IAM role"
description
=
"Path of
readonly
IAM role"
default
=
"/"
}
...
...
@@ -82,7 +82,7 @@ variable "readonly_role_requires_mfa" {
}
variable
"readonly_role_policy_arn"
{
description
=
"Policy ARN to use for
admin
role"
description
=
"Policy ARN to use for
readonly
role"
default
=
"arn:aws:iam::aws:policy/ReadOnlyAccess"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment