Files
2024-03-03 13:45:41 +01:00

8 lines
115 B
HCL

terraform {
required_providers {
oci = {
source = "oracle/oci"
version = ">= 5.30.0"
}
}
}