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
70888f79
Unverified
Commit
70888f79
authored
Aug 13, 2020
by
Anton Babenko
Committed by
GitHub
Aug 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Support for Terraform v0.13 and AWS provider v3 (#87)
parent
d22f0c8b
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
45 additions
and
45 deletions
+45
-45
README.md
modules/iam-account/README.md
+3
-3
versions.tf
modules/iam-account/versions.tf
+2
-2
README.md
modules/iam-assumable-role-with-oidc/README.md
+3
-3
versions.tf
modules/iam-assumable-role-with-oidc/versions.tf
+2
-2
README.md
modules/iam-assumable-role/README.md
+3
-3
versions.tf
modules/iam-assumable-role/versions.tf
+2
-2
README.md
modules/iam-assumable-roles-with-saml/README.md
+3
-3
versions.tf
modules/iam-assumable-roles-with-saml/versions.tf
+2
-2
README.md
modules/iam-assumable-roles/README.md
+3
-3
versions.tf
modules/iam-assumable-roles/versions.tf
+2
-2
README.md
modules/iam-group-with-assumable-roles-policy/README.md
+3
-3
versions.tf
modules/iam-group-with-assumable-roles-policy/versions.tf
+2
-2
README.md
modules/iam-group-with-policies/README.md
+3
-3
versions.tf
modules/iam-group-with-policies/versions.tf
+2
-2
README.md
modules/iam-policy/README.md
+3
-3
versions.tf
modules/iam-policy/versions.tf
+2
-2
README.md
modules/iam-user/README.md
+3
-3
versions.tf
modules/iam-user/versions.tf
+2
-2
No files found.
modules/iam-account/README.md
View file @
70888f79
...
...
@@ -26,14 +26,14 @@ Import successful!
| Name | Version |
|------|---------|
| terraform |
~> 0.12.6
|
| aws |
~> 2.23
|
| terraform |
>= 0.12.6, < 0.14
|
| aws |
>= 2.23, < 4.0
|
## Providers
| Name | Version |
|------|---------|
| aws |
~> 2.23
|
| aws |
>= 2.23, < 4.0
|
## Inputs
...
...
modules/iam-account/versions.tf
View file @
70888f79
terraform
{
required_version
=
"
~> 0.12.6
"
required_version
=
"
>= 0.12.6, < 0.14
"
required_providers
{
aws
=
"
~> 2.23
"
aws
=
"
>= 2.23, < 4.0
"
}
}
modules/iam-assumable-role-with-oidc/README.md
View file @
70888f79
...
...
@@ -11,14 +11,14 @@ This module supports IAM Roles for kubernetes service accounts as described in t
| Name | Version |
|------|---------|
| terraform |
~> 0.12.6
|
| aws |
~> 2.23
|
| terraform |
>= 0.12.6, < 0.14
|
| aws |
>= 2.23, < 4.0
|
## Providers
| Name | Version |
|------|---------|
| aws |
~> 2.23
|
| aws |
>= 2.23, < 4.0
|
## Inputs
...
...
modules/iam-assumable-role-with-oidc/versions.tf
View file @
70888f79
terraform
{
required_version
=
"
~> 0.12.6
"
required_version
=
"
>= 0.12.6, < 0.14
"
required_providers
{
aws
=
"
~> 2.23
"
aws
=
"
>= 2.23, < 4.0
"
}
}
modules/iam-assumable-role/README.md
View file @
70888f79
...
...
@@ -9,14 +9,14 @@ Trusted resources can be any [IAM ARNs](https://docs.aws.amazon.com/IAM/latest/U
| Name | Version |
|------|---------|
| terraform |
~> 0.12.6
|
| aws |
~> 2.23
|
| terraform |
>= 0.12.6, < 0.14
|
| aws |
>= 2.23, < 4.0
|
## Providers
| Name | Version |
|------|---------|
| aws |
~> 2.23
|
| aws |
>= 2.23, < 4.0
|
## Inputs
...
...
modules/iam-assumable-role/versions.tf
View file @
70888f79
terraform
{
required_version
=
"
~> 0.12.6
"
required_version
=
"
>= 0.12.6, < 0.14
"
required_providers
{
aws
=
"
~> 2.23
"
aws
=
"
>= 2.23, < 4.0
"
}
}
modules/iam-assumable-roles-with-saml/README.md
View file @
70888f79
...
...
@@ -11,14 +11,14 @@ Creates predefined IAM roles (admin, poweruser and readonly) which can be assume
| Name | Version |
|------|---------|
| terraform |
~> 0.12.6
|
| aws |
~> 2.23
|
| terraform |
>= 0.12.6, < 0.14
|
| aws |
>= 2.23, < 4.0
|
## Providers
| Name | Version |
|------|---------|
| aws |
~> 2.23
|
| aws |
>= 2.23, < 4.0
|
## Inputs
...
...
modules/iam-assumable-roles-with-saml/versions.tf
View file @
70888f79
terraform
{
required_version
=
"
~> 0.12.6
"
required_version
=
"
>= 0.12.6, < 0.14
"
required_providers
{
aws
=
"
~> 2.23
"
aws
=
"
>= 2.23, < 4.0
"
}
}
modules/iam-assumable-roles/README.md
View file @
70888f79
...
...
@@ -9,14 +9,14 @@ Trusted resources can be any [IAM ARNs](https://docs.aws.amazon.com/IAM/latest/U
| Name | Version |
|------|---------|
| terraform |
~> 0.12.6
|
| aws |
~> 2.23
|
| terraform |
>= 0.12.6, < 0.14
|
| aws |
>= 2.23, < 4.0
|
## Providers
| Name | Version |
|------|---------|
| aws |
~> 2.23
|
| aws |
>= 2.23, < 4.0
|
## Inputs
...
...
modules/iam-assumable-roles/versions.tf
View file @
70888f79
terraform
{
required_version
=
"
~> 0.12.6
"
required_version
=
"
>= 0.12.6, < 0.14
"
required_providers
{
aws
=
"
~> 2.23
"
aws
=
"
>= 2.23, < 4.0
"
}
}
modules/iam-group-with-assumable-roles-policy/README.md
View file @
70888f79
...
...
@@ -7,14 +7,14 @@ Creates IAM group with users who are allowed to assume IAM roles. This is typica
| Name | Version |
|------|---------|
| terraform |
~> 0.12.6
|
| aws |
~> 2.23
|
| terraform |
>= 0.12.6, < 0.14
|
| aws |
>= 2.23, < 4.0
|
## Providers
| Name | Version |
|------|---------|
| aws |
~> 2.23
|
| aws |
>= 2.23, < 4.0
|
## Inputs
...
...
modules/iam-group-with-assumable-roles-policy/versions.tf
View file @
70888f79
terraform
{
required_version
=
"
~> 0.12.6
"
required_version
=
"
>= 0.12.6, < 0.14
"
required_providers
{
aws
=
"
~> 2.23
"
aws
=
"
>= 2.23, < 4.0
"
}
}
modules/iam-group-with-policies/README.md
View file @
70888f79
...
...
@@ -7,14 +7,14 @@ Creates IAM group with specified IAM policies, and add users into a group.
| Name | Version |
|------|---------|
| terraform |
~> 0.12.6
|
| aws |
~> 2.23
|
| terraform |
>= 0.12.6, < 0.14
|
| aws |
>= 2.23, < 4.0
|
## Providers
| Name | Version |
|------|---------|
| aws |
~> 2.23
|
| aws |
>= 2.23, < 4.0
|
## Inputs
...
...
modules/iam-group-with-policies/versions.tf
View file @
70888f79
terraform
{
required_version
=
"
~> 0.12.6
"
required_version
=
"
>= 0.12.6, < 0.14
"
required_providers
{
aws
=
"
~> 2.23
"
aws
=
"
>= 2.23, < 4.0
"
}
}
modules/iam-policy/README.md
View file @
70888f79
...
...
@@ -7,14 +7,14 @@ Creates IAM policy.
| Name | Version |
|------|---------|
| terraform |
~> 0.12.6
|
| aws |
~> 2.23
|
| terraform |
>= 0.12.6, < 0.14
|
| aws |
>= 2.23, < 4.0
|
## Providers
| Name | Version |
|------|---------|
| aws |
~> 2.23
|
| aws |
>= 2.23, < 4.0
|
## Inputs
...
...
modules/iam-policy/versions.tf
View file @
70888f79
terraform
{
required_version
=
"
~> 0.12.6
"
required_version
=
"
>= 0.12.6, < 0.14
"
required_providers
{
aws
=
"
~> 2.23
"
aws
=
"
>= 2.23, < 4.0
"
}
}
modules/iam-user/README.md
View file @
70888f79
...
...
@@ -23,14 +23,14 @@ This module outputs commands and PGP messages which can be decrypted either usin
| Name | Version |
|------|---------|
| terraform |
~> 0.12.6
|
| aws |
~> 2.5
0 |
| terraform |
>= 0.12.6, < 0.14
|
| aws |
>= 2.50, < 4.
0 |
## Providers
| Name | Version |
|------|---------|
| aws |
~> 2.5
0 |
| aws |
>= 2.50, < 4.
0 |
## Inputs
...
...
modules/iam-user/versions.tf
View file @
70888f79
terraform
{
required_version
=
"
~> 0.12.6
"
required_version
=
"
>= 0.12.6, < 0.14
"
required_providers
{
aws
=
"
~> 2.5
0"
aws
=
"
>= 2.50, < 4.
0"
}
}
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