Skip to content

Commit 9ef4074

Browse files
JohannesRudolphmalhussan
authored andcommitted
fix: use correct doc link for manual setup instructions
we changed the layout of docs around GCP platform integration now that the terraform modules are available
1 parent 109f343 commit 9ef4074

File tree

1 file changed

+1
-1
lines changed
  • modules/meshcloud-replicator-service-account

1 file changed

+1
-1
lines changed

modules/meshcloud-replicator-service-account/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ output "sa_email" {
2020
output "replicator_manual_setup" {
2121
value = <<EOF
2222
Attention. The created service account ${google_service_account.replicator_service.email} with the unique id '${google_service_account.replicator_service.unique_id}' needs a manual role assignment for the G Suite role 'Group Administrator' so necessary group operations can be performed domain-wide.
23-
See https://docs.meshcloud.io/docs/meshstack.gcp.index.html#authorizing-the-service-account for instructions.
23+
See https://docs.meshcloud.io/docs/meshstack.how-to.integrate-meshplatform-gcp-manually.html#authorize-the-service-account for instructions.
2424
EOF
2525
description = "Replicator service account setup information."
2626
}

0 commit comments

Comments
 (0)