2021-01-05 10:18:51 -05:00
|
|
|
{
|
|
|
|
"ignorePatterns": [
|
2021-01-05 14:02:17 -05:00
|
|
|
{
|
|
|
|
"pattern": "^https://example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "^https://ec2.custom.endpoint.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "^https://www.linode.com"
|
|
|
|
},
|
2021-01-05 10:18:51 -05:00
|
|
|
{
|
|
|
|
"pattern": "^https://github.com/hashicorp/packer-plugin-scaffolding"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"replacementPatterns": [
|
|
|
|
{
|
|
|
|
"pattern": "^/",
|
|
|
|
"replacement": "https://packer.io/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"timeout": "20s",
|
|
|
|
"retryOn429": true
|
|
|
|
}
|