Skip to content

Commit

Permalink
Create versions.tofu
Browse files Browse the repository at this point in the history
  • Loading branch information
avnes authored Sep 17, 2024
1 parent 569aea6 commit ab678fd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions versions.tofu
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
terraform {
required_version = ">= 1.8.0"

required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
}
}
}

0 comments on commit ab678fd

Please sign in to comment.