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
37d5168d
Unverified
Commit
37d5168d
authored
Sep 08, 2021
by
Jun Matsushita
Committed by
GitHub
Sep 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Update version constraints (#162)
parent
fc06fb04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
README.md
README.md
+11
-11
No files found.
README.md
View file @
37d5168d
...
...
@@ -12,7 +12,7 @@
```
hcl
module
"iam_account"
{
source
=
"terraform-aws-modules/iam/aws//modules/iam-account"
version
=
"~>
3.0
"
version
=
"~>
4.3
"
account_alias
=
"awesome-company"
...
...
@@ -26,7 +26,7 @@ module "iam_account" {
```
hcl
module
"iam_assumable_role"
{
source
=
"terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version
=
"~>
3.0
"
version
=
"~>
4.3
"
trusted_role_arns
=
[
"arn:aws:iam::307990089504:root"
,
...
...
@@ -51,7 +51,7 @@ module "iam_assumable_role" {
```
hcl
module
"iam_assumable_role_with_oidc"
{
source
=
"terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version
=
"~>
3.0
"
version
=
"~>
4.3
"
create_role
=
true
...
...
@@ -75,7 +75,7 @@ module "iam_assumable_role_with_oidc" {
```
hcl
module
"iam_assumable_role_with_saml"
{
source
=
"terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-saml"
version
=
"~>
3.0
"
version
=
"~>
4.3
"
create_role
=
true
...
...
@@ -99,7 +99,7 @@ module "iam_assumable_role_with_saml" {
```
hcl
module
"iam_assumable_roles"
{
source
=
"terraform-aws-modules/iam/aws//modules/iam-assumable-roles"
version
=
"~>
3.0
"
version
=
"~>
4.3
"
trusted_role_arns
=
[
"arn:aws:iam::307990089504:root"
,
...
...
@@ -121,7 +121,7 @@ module "iam_assumable_roles" {
```
hcl
module
"iam_assumable_roles_with_saml"
{
source
=
"terraform-aws-modules/iam/aws//modules/iam-assumable-roles-with-saml"
version
=
"~>
3.0
"
version
=
"~>
4.3
"
create_admin_role
=
true
...
...
@@ -139,7 +139,7 @@ module "iam_assumable_roles_with_saml" {
```
hcl
module
"iam_user"
{
source
=
"terraform-aws-modules/iam/aws//modules/iam-user"
version
=
"~>
3.0
"
version
=
"~>
4.3
"
name
=
"vasya.pupkin"
force_destroy
=
true
...
...
@@ -155,7 +155,7 @@ module "iam_user" {
```
hcl
module
"iam_policy"
{
source
=
"terraform-aws-modules/iam/aws//modules/iam-policy"
version
=
"~>
3.0
"
version
=
"~>
4.3
"
name
=
"example"
path
=
"/"
...
...
@@ -183,7 +183,7 @@ EOF
```
hcl
module
"iam_group_with_assumable_roles_policy"
{
source
=
"terraform-aws-modules/iam/aws//modules/iam-group-with-assumable-roles-policy"
version
=
"~>
3.0
"
version
=
"~>
4.3
"
name
=
"production-readonly"
...
...
@@ -203,7 +203,7 @@ module "iam_group_with_assumable_roles_policy" {
```
hcl
module
"iam_group_with_policies"
{
source
=
"terraform-aws-modules/iam/aws//modules/iam-group-with-policies"
version
=
"~>
3.0
"
version
=
"~>
4.3
"
name
=
"superadmins"
...
...
@@ -285,4 +285,4 @@ Module is maintained by [Anton Babenko](https://github.com/antonbabenko) with he
## License
Apache 2 Licensed. See
[
LICENSE
](
https://github.com/terraform-aws-modules/terraform-aws-iam/tree/master/LICENSE
)
for full details.
Apache 2 Licensed. See
[
LICENSE
](
https://github.com/terraform-aws-modules/terraform-aws-iam/tree/master/LICENSE
)
for full details.
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