Skip to content

Commit

Permalink
undo part of the pre-commit that was run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
schollii committed Apr 5, 2024
1 parent fa9a484 commit 3697705
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions wrappers/iam-account/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-account"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-account"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-account?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-account"
source = "terraform-aws-modules/iam/aws//wrappers/iam-account"
defaults = { # Default values
create = true
Expand Down
4 changes: 2 additions & 2 deletions wrappers/iam-assumable-role-with-oidc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-assumable-role-with-oidc"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-assumable-role-with-oidc"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-assumable-role-with-oidc?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-assumable-role-with-oidc"
source = "terraform-aws-modules/iam/aws//wrappers/iam-assumable-role-with-oidc"
defaults = { # Default values
create = true
Expand Down
4 changes: 2 additions & 2 deletions wrappers/iam-assumable-role-with-saml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-assumable-role-with-saml"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-assumable-role-with-saml"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-assumable-role-with-saml?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-assumable-role-with-saml"
source = "terraform-aws-modules/iam/aws//wrappers/iam-assumable-role-with-saml"
defaults = { # Default values
create = true
Expand Down
4 changes: 2 additions & 2 deletions wrappers/iam-assumable-role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-assumable-role"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-assumable-role"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-assumable-role?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-assumable-role"
source = "terraform-aws-modules/iam/aws//wrappers/iam-assumable-role"
defaults = { # Default values
create = true
Expand Down
4 changes: 2 additions & 2 deletions wrappers/iam-assumable-roles-with-saml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-assumable-roles-with-saml"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-assumable-roles-with-saml"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-assumable-roles-with-saml?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-assumable-roles-with-saml"
source = "terraform-aws-modules/iam/aws//wrappers/iam-assumable-roles-with-saml"
defaults = { # Default values
create = true
Expand Down
4 changes: 2 additions & 2 deletions wrappers/iam-assumable-roles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-assumable-roles"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-assumable-roles"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-assumable-roles?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-assumable-roles"
source = "terraform-aws-modules/iam/aws//wrappers/iam-assumable-roles"
defaults = { # Default values
create = true
Expand Down
4 changes: 2 additions & 2 deletions wrappers/iam-eks-role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-eks-role"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-eks-role"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-eks-role?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-eks-role"
source = "terraform-aws-modules/iam/aws//wrappers/iam-eks-role"
defaults = { # Default values
create = true
Expand Down
4 changes: 2 additions & 2 deletions wrappers/iam-github-oidc-provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-github-oidc-provider"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-github-oidc-provider"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-github-oidc-provider?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-github-oidc-provider"
source = "terraform-aws-modules/iam/aws//wrappers/iam-github-oidc-provider"
defaults = { # Default values
create = true
Expand Down
4 changes: 2 additions & 2 deletions wrappers/iam-github-oidc-role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-github-oidc-role"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-github-oidc-role"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-github-oidc-role?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-github-oidc-role"
source = "terraform-aws-modules/iam/aws//wrappers/iam-github-oidc-role"
defaults = { # Default values
create = true
Expand Down
4 changes: 2 additions & 2 deletions wrappers/iam-group-with-assumable-roles-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-group-with-assumable-roles-policy"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-group-with-assumable-roles-policy"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-group-with-assumable-roles-policy?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-group-with-assumable-roles-policy"
source = "terraform-aws-modules/iam/aws//wrappers/iam-group-with-assumable-roles-policy"
defaults = { # Default values
create = true
Expand Down
4 changes: 2 additions & 2 deletions wrappers/iam-group-with-policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-group-with-policies"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-group-with-policies"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-group-with-policies?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-group-with-policies"
source = "terraform-aws-modules/iam/aws//wrappers/iam-group-with-policies"
defaults = { # Default values
create = true
Expand Down
4 changes: 2 additions & 2 deletions wrappers/iam-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-policy"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-policy"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-policy?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-policy"
source = "terraform-aws-modules/iam/aws//wrappers/iam-policy"
defaults = { # Default values
create = true
Expand Down
4 changes: 2 additions & 2 deletions wrappers/iam-read-only-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-read-only-policy"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-read-only-policy"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-read-only-policy?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-read-only-policy"
source = "terraform-aws-modules/iam/aws//wrappers/iam-read-only-policy"
defaults = { # Default values
create = true
Expand Down
4 changes: 2 additions & 2 deletions wrappers/iam-role-for-service-accounts-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-role-for-service-accounts-eks"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-role-for-service-accounts-eks"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-role-for-service-accounts-eks?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-role-for-service-accounts-eks"
source = "terraform-aws-modules/iam/aws//wrappers/iam-role-for-service-accounts-eks"
defaults = { # Default values
create = true
Expand Down
4 changes: 2 additions & 2 deletions wrappers/iam-user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This wrapper does not implement any extra functionality.

```hcl
terraform {
source = "tfr:///terraform-aws-modules/lint/aws//wrappers/iam-user"
source = "tfr:///terraform-aws-modules/iam/aws//wrappers/iam-user"
# Alternative source:
# source = "git::git@github.com:terraform-aws-modules/terraform-aws-lint.git//wrappers/iam-user?ref=master"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ inputs = {

```hcl
module "wrapper" {
source = "terraform-aws-modules/lint/aws//wrappers/iam-user"
source = "terraform-aws-modules/iam/aws//wrappers/iam-user"
defaults = { # Default values
create = true
Expand Down

0 comments on commit 3697705

Please sign in to comment.