Skip to content

Commit

Permalink
feat: Add a providers.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
gjclark committed Jun 12, 2024
1 parent dd1e82e commit d0c2d3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

# Tools
.terraform
/terraform/providers.tf
terraform.tfstate*
*.tfvars
/thin_egress_app/.chalice
Expand Down
8 changes: 8 additions & 0 deletions terraform/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.0"
}
}
}

0 comments on commit d0c2d3c

Please sign in to comment.