Skip to content

Commit

Permalink
versions.tf & docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton committed Aug 14, 2023
1 parent 51433d8 commit b1e6a09
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,17 @@ Stay proactive and enhance your alerting system with the aws-alerts-to-slack Ter
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements

No requirements.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.64 |
| <a name="requirement_awscc"></a> [awscc](#requirement\_awscc) | 0.58.0 |

## Providers

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

## Modules

Expand Down
13 changes: 13 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
terraform {
required_version = "~> 1.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.64"
}
awscc = {
source = "hashicorp/awscc"
version = "0.58.0"
}
}
}

0 comments on commit b1e6a09

Please sign in to comment.