Skip to content

Commit

Permalink
Add required terraform provider details
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonBirchall authored Jan 12, 2024
1 parent 709aff7 commit 87925fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
terraform {
required_version = "~> 1.0"
required_providers {
aws = {
github = {
version = "~> 5.0"
source = "hashicorp/aws"
source = "integrations/github"
}
}
required_version = ">= 1.0.1"
}

0 comments on commit 87925fa

Please sign in to comment.