{
  "terraformType": "cloud_deploy_runner_github_installation",
  "service": "deploy",
  "resourceType": "DeployRunnerGithubInstallation",
  "create": "CreateGitHubInstallation",
  "read": "GetGitHubInstallation",
  "update": null,
  "delete": "DeleteGitHubInstallation",
  "list": "ListGitHubInstallations",
  "importId": "{installation_id}",
  "identifierAttrs": [
    "installation_id"
  ],
  "createOnly": [
    "installation_id"
  ],
  "computed": [
    "id"
  ],
  "sensitive": [],
  "readSpec": {
    "calls": [
      {
        "operation": {
          "kind": "cloudJson",
          "service": "deploy",
          "operation": "GetGitHubInstallation",
          "target": "CloudDeploy.Runner.GetGitHubInstallation"
        },
        "requestBindings": [
          {
            "requestPath": "installationId",
            "source": {
              "kind": "physicalId",
              "member": "installation_id"
            }
          }
        ]
      }
    ],
    "resultSelector": null,
    "observedFields": [
      {
        "source": {
          "kind": "response",
          "call": 0,
          "path": "installationId"
        },
        "modelField": "installationId",
        "transform": "identity"
      },
      {
        "source": {
          "kind": "response",
          "call": 0,
          "path": "accountLogin"
        },
        "modelField": "accountLogin",
        "transform": "identity"
      },
      {
        "source": {
          "kind": "response",
          "call": 0,
          "path": "accountType"
        },
        "modelField": "accountType",
        "transform": "identity"
      }
    ],
    "readiness": null,
    "stableComputed": "preserveWhenAbsent",
    "stableComputedFields": [
      "id"
    ]
  },
  "provider": {
    "resourceKind": "deploy_runner_github_installation",
    "physicalId": [
      "installation_id"
    ],
    "exposeRevision": true,
    "attributes": [
      {
        "name": "id",
        "terraformType": "string",
        "required": false,
        "optional": false,
        "computed": true,
        "sensitive": false,
        "writeOnly": false,
        "requiresReplace": false,
        "createOnly": false
      },
      {
        "name": "installation_id",
        "terraformType": "string",
        "required": true,
        "optional": false,
        "computed": false,
        "sensitive": false,
        "writeOnly": false,
        "requiresReplace": true,
        "createOnly": true
      },
      {
        "name": "account_login",
        "terraformType": "string",
        "required": true,
        "optional": false,
        "computed": false,
        "sensitive": false,
        "writeOnly": false,
        "requiresReplace": false,
        "createOnly": false
      },
      {
        "name": "account_type",
        "terraformType": "string",
        "required": true,
        "optional": false,
        "computed": false,
        "sensitive": false,
        "writeOnly": false,
        "requiresReplace": false,
        "createOnly": false
      }
    ]
  },
  "updateStrategy": {
    "kind": "replace"
  }
}
