This message was deleted.
# pulumi-deployments
s
This message was deleted.
a
Hi David--taking a look at this now. Could you send me a sample (redacted) config snippet here so I can check field names? I’d also like to rule out that the docs are incorrect
n
Hello @acoustic-lock-52416 here's the message body:
Copy code
{
  "sourceContext": {
    "git": {
      "repoURL": "<https://github.com/><repoaddress>.git",
      "branch": "refs/heads/main",
      "repoDir": "snowflake",
      "gitAuth": {
        "sshAuth": {
          "privateKey": {
            "secret": "-----BEGIN OPENSSH PRIVATE KEY-----\n<SSH key content>....."
          },
          "password": {
            "secret": "foo"
          }
        }
      }
    }
  },
  "operationContext": {
    "operation": "update",
    "environmentVariables": {
      "AWS_REGION": "eu-central-1",
      "AWS_ACCESS_KEY_ID": "************",
      "AWS_SECRET_ACCESS_KEY": "********************************",
      "AWS_SESSION_TOKEN": "**************************"
    }
  }
}
a
@nice-rain-32013 from what I can tell it looks like this is an error in our docs. Try changing
"privateKey"
->
"sshPrivateKey"
I will update documentation for this accordingly, sorry you encountered this!
n
awesome! it works! thanks a million @acoustic-lock-52416
❤️ 1
a
No problem! Glad to hear it