The provider "time" {} block in src/providers.tf (line 69) is a deprecated proxy provider configuration.
The time provider is already properly declared in required_providers in terraform.tf, which is sufficient. The empty block triggers a deprecation warning during terraform init.
Fix available here: madejusz@c3c3b81
btw. I'm currently working on a sovereign cloud deployment using this landing zone and will likely encounter more issues like this one. Would it be possible to grant contributor access so I can submit PRs directly instead of going through issues?
The
provider "time" {}block insrc/providers.tf(line 69) is a deprecated proxy provider configuration.The
timeprovider is already properly declared inrequired_providersinterraform.tf, which is sufficient. The empty block triggers a deprecation warning duringterraform init.Fix available here: madejusz@c3c3b81
btw. I'm currently working on a sovereign cloud deployment using this landing zone and will likely encounter more issues like this one. Would it be possible to grant contributor access so I can submit PRs directly instead of going through issues?