diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/platform-ci/provider/cloud.json.template | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/tests/platform-ci/provider/cloud.json.template b/tests/platform-ci/provider/cloud.json.template new file mode 100644 index 00000000..28152e82 --- /dev/null +++ b/tests/platform-ci/provider/cloud.json.template @@ -0,0 +1,15 @@ +{ +  "platform_ci": { +    "api": "aws", +    "vendor": "aws", +    "auth": { +      "region": "us-west-2", +      "aws_access_key_id": "", +      "aws_secret_access_key": "" +    }, +    "default_image": "ami-2a34e94a", +    "default_options": { +      "InstanceType": "t2.small" +    } +  } +} | 
