Add versions.tf

This commit is contained in:
Ryan Malloy 2024-11-14 17:35:42 +00:00
parent 652b5fba3f
commit b386c2a9ea
1 changed files with 12 additions and 0 deletions

12
versions.tf Normal file
View File

@ -0,0 +1,12 @@
terraform {
required_providers {
okta = {
source = "okta/okta"
version = "~> 3.41"
}
http = {
source = "hashicorp/http"
version = "~> 2.0"
}
}
}