gridai / grid-docs

Public repository for managing Grid Platform documentation synced with gitbook on docs.grid.ai
20 stars 13 forks source link

update BYOC docs #59

Closed robert-s-lee closed 2 years ago

robert-s-lee commented 3 years ago

update https://docs.grid.ai/platform/upgrades/adding-custom-cloud-credentials the following:

robert-s-lee commented 3 years ago
 % terraform output -json | jq
{
  "external_id": {
    "sensitive": true,
    "type": "string",
    "value": "xxxx"
  },
  "role_arn": {
    "sensitive": false,
    "type": "string",
    "value": "arn:aws:iam::xxxx:role/grid-cloudxxxx"
  }
}
robert-s-lee commented 3 years ago
export EXTERNAL_ID=$(terraform output -json | jq -r '.external_id.value')
export ROLE_ARN=$(terraform output -json | jq -r '.role_arn.value')

echo $EXTERNAL_ID
echo $ROLE_ARN
essiequoi commented 2 years ago

@robert-s-lee just seeing this issue. is it still relevant?

essiequoi commented 2 years ago

This is being update in new version of docs