Skip to content

Commit

Permalink
PLT-699 - Init module
Browse files Browse the repository at this point in the history
* change provider info
  • Loading branch information
Engerim committed Nov 10, 2023
1 parent 6fa43ef commit d9397c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Module to setup cloudfront, s3 and ssm for custom applications

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

<!-- TFDOCS_PROVIDER_END -->

Expand All @@ -26,6 +26,7 @@ Module to setup cloudfront, s3 and ssm for custom applications
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5 |

<!-- TFDOCS_REQUIREMENTS_END -->

Expand Down
6 changes: 6 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
terraform {
required_version = "~> 1.3"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
}
}
}

0 comments on commit d9397c3

Please sign in to comment.