Add versions.tf
This commit is contained in:
parent
652b5fba3f
commit
b386c2a9ea
1 changed files with 12 additions and 0 deletions
12
versions.tf
Normal file
12
versions.tf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
okta = {
|
||||
source = "okta/okta"
|
||||
version = "~> 3.41"
|
||||
}
|
||||
http = {
|
||||
source = "hashicorp/http"
|
||||
version = "~> 2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue