Skip to content

Commit

Permalink
FDOS-142 Add remote version
Browse files Browse the repository at this point in the history
  • Loading branch information
timrickwood committed Feb 10, 2025
1 parent 2bad940 commit 6b7e19e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions infrastructure/remote/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
terraform {
required_version = ">= 1.5.0, < 1.7.2"

backend "s3" {
}

required_providers {
aws = {
source = "hashicorp/aws"
version = "5.70.0"
}
}
}

0 comments on commit 6b7e19e

Please sign in to comment.