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"
|
2021-01-15 14:39:39 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "^https://www.packer.io/docs/templates/hcl_templates/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "^https://packer.io/docs/templates/hcl_templates/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "^/docs/templates/hcl_templates/"
|
2021-01-19 12:36:57 -05:00
|
|
|
},
|
2021-02-02 12:05:04 -05:00
|
|
|
{
|
|
|
|
"pattern": "^/commands/init"
|
|
|
|
},
|
2021-01-19 12:36:57 -05:00
|
|
|
{
|
|
|
|
"pattern": "^/docs/datasources"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "^/docs/extending/custom-datasources"
|
2021-01-19 12:38:48 -05:00
|
|
|
},
|
2021-01-18 09:08:04 -05:00
|
|
|
{
|
|
|
|
"pattern": "^/docs/templates/legacy_json_templates"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "^https://packer.io/docs/templates/legacy_json_templates"
|
2021-01-05 10:18:51 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"replacementPatterns": [
|
|
|
|
{
|
|
|
|
"pattern": "^/",
|
2021-01-25 10:28:34 -05:00
|
|
|
"replacement": "{{env.DEPLOYMENT_URL}}/"
|
2021-01-05 10:18:51 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"timeout": "20s",
|
|
|
|
"retryOn429": true
|
|
|
|
}
|