run terraform fmt

This commit is contained in:
2024-03-03 13:45:41 +01:00
parent 49b182878b
commit 32fd6300bf
3 changed files with 2 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
oci = {
source = "oracle/oci"
version = ">= 4.64.0"
version = ">= 5.30.0"
}
}
}