Skip to content

Commit

Permalink
add aws provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Jlkan committed Jun 5, 2024
1 parent f2fe1ac commit da6174f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/iam/ssm/versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
terraform {
required_version = "~> 1.0"

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

0 comments on commit da6174f

Please sign in to comment.