Skip to content

Commit

Permalink
Merge pull request #34 from babbel/include-versions-file-in-submodule
Browse files Browse the repository at this point in the history
Include Terraform versions file in Terraform sub-module
  • Loading branch information
jansiwy authored Jan 7, 2025
2 parents 89be125 + c232a34 commit 8666f19
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions availability-zone/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
terraform {
required_version = ">= 0.14"

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

0 comments on commit 8666f19

Please sign in to comment.