Compare commits

..

No commits in common. "489969fed8c1cc92fea9fb854996de894f826ffb" and "0869b6f7230006c2422c52a6289f04ad0969bc6d" have entirely different histories.

View File

@ -28,10 +28,4 @@ terraform {
lock = true lock = true
ca_file = "/etc/pki/tls/certs/ca-bundle.crt" ca_file = "/etc/pki/tls/certs/ca-bundle.crt"
} }
required_providers {
vault = {
source = "hashicorp/vault"
version = "5.4.0"
}
}
} }