Skip to content

Commit

Permalink
Update docs and TF version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdickenson committed Jun 6, 2024
1 parent bb4b7cb commit f18b8c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latest:^0.13
latest:^1.1
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ module "vpn" {

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 3.5 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.1 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.27 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 3.5 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.27 |

## Modules

Expand Down Expand Up @@ -100,4 +100,4 @@ module "vpn" {
- [pre-commit.com](pre-commit.com)
- [terraform.io](terraform.io)
- [github.com/tfutils/tfenv](github.com/tfutils/tfenv)
- [github.com/segmentio/terraform-docs](github.com/segmentio/terraform-docs)
- [github.com/segmentio/terraform-docs](github.com/segmentio/terraform-docs)
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.13.0"
required_version = ">= 1.1"

required_providers {
aws = {
Expand Down

0 comments on commit f18b8c1

Please sign in to comment.