diff --git a/environments/root.hcl b/environments/root.hcl index 87559a2..955ce83 100644 --- a/environments/root.hcl +++ b/environments/root.hcl @@ -25,16 +25,8 @@ terraform { ca_file = "/etc/pki/tls/certs/ca-bundle.crt" } required_version = ">= 1.10" - required_providers { - authentik = { - source = "goauthentik/authentik" - version = "2026.5.0" - } - vault = { - source = "hashicorp/vault" - version = ">= 4.0.0" - } - } + # required_providers are declared in the module's versions.tf; declaring them + # here as well is a duplicate configuration (OpenTofu permits only one). } EOF }