Skip to content

Commit

Permalink
Update versions.tf move AWS provider to level of tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
pt247 authored Jan 8, 2024
1 parent cd9b5f8 commit d4c4251
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.73.0"
}
required_version = ">= 1.0"
}

0 comments on commit d4c4251

Please sign in to comment.