Skip to content

Commit

Permalink
Merge pull request #79 from pltf-dev/add-provider
Browse files Browse the repository at this point in the history
feat: Add AWS provider as requirement for the module
  • Loading branch information
ivankatliarchuk authored May 20, 2024
2 parents 0f635bb + d22349f commit 8ca02cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
terraform {
required_version = ">= 1"
required_providers {
aws = {

Check warning on line 4 in versions.tf

View workflow job for this annotation

GitHub Actions / tflint

Missing version constraint for provider "aws" in `required_providers`
source = "hashicorp/aws"
}
}
}

0 comments on commit 8ca02cd

Please sign in to comment.