Skip to content

Commit

Permalink
auto-format again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Feb 4, 2021
1 parent 0089dfe commit dd15fbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,13 @@ Available targets:
|------|---------|
| terraform | >= 0.13 |
| local | >= 1.2 |
| random | >= 2.2 |

## Providers

| Name | Version |
|------|---------|
| random | n/a |
| random | >= 2.2 |

## Inputs

Expand Down
3 changes: 2 additions & 1 deletion docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
|------|---------|
| terraform | >= 0.13 |
| local | >= 1.2 |
| random | >= 2.2 |

## Providers

| Name | Version |
|------|---------|
| random | n/a |
| random | >= 2.2 |

## Inputs

Expand Down
4 changes: 4 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ terraform {
source = "hashicorp/local"
version = ">= 1.2"
}
random = {
source = "hashicorp/random"
version = ">= 2.2"
}
}
}

0 comments on commit dd15fbc

Please sign in to comment.