Skip to content

Commit

Permalink
fix: Restore aws to required providers
Browse files Browse the repository at this point in the history
  • Loading branch information
ajax-mykhailo-oleksiuk committed Mar 21, 2024
1 parent 57424cf commit f493f28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
terraform {
required_version = ">= 1.0"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.36"
}
}
}

0 comments on commit f493f28

Please sign in to comment.