Skip to content

Commit

Permalink
fix: use correct doc link for manual setup instructions
Browse files Browse the repository at this point in the history
we changed the layout of docs around GCP platform integration
now that the terraform modules are available
  • Loading branch information
JohannesRudolph authored and malhussan committed Mar 7, 2022
1 parent 109f343 commit 9ef4074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/meshcloud-replicator-service-account/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ output "sa_email" {
output "replicator_manual_setup" {
value = <<EOF
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.
See https://docs.meshcloud.io/docs/meshstack.gcp.index.html#authorizing-the-service-account for instructions.
See https://docs.meshcloud.io/docs/meshstack.how-to.integrate-meshplatform-gcp-manually.html#authorize-the-service-account for instructions.
EOF
description = "Replicator service account setup information."
}

0 comments on commit 9ef4074

Please sign in to comment.