summaryrefslogtreecommitdiff
path: root/tests/platform-ci/provider/cloud.json.template
blob: 18faf40f7926ea24f01f6927414017efa0b4bb6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "platform_ci": {
    "api": "aws",
    "vendor": "aws",
    "auth": {
      "region": "us-west-2",
      "aws_access_key_id": "",
      "aws_secret_access_key": ""
    },
    "default_image": "ami-310d6c49",
    "default_options": {
      "InstanceType": "t2.small"
    }
  }
}