diff --git a/compute/k8s-services/main.tf b/compute/k8s-services/main.tf index 75bfccd28..77fe3d10d 100644 --- a/compute/k8s-services/main.tf +++ b/compute/k8s-services/main.tf @@ -741,7 +741,7 @@ module "velero" { providers = { github = github.fluxcd - aws = aws.core + aws = aws } depends_on = [module.platform_fluxcd, module.external_snapshotter]