mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-15 22:20:33 -04:00
24 lines
413 B
JSON
24 lines
413 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https://example.com"
|
|
},
|
|
{
|
|
"pattern": "^https://ec2.custom.endpoint.com"
|
|
},
|
|
{
|
|
"pattern": "^https://www.linode.com"
|
|
},
|
|
{
|
|
"pattern": "^https://oidref.com/"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/",
|
|
"replacement": "{{env.DEPLOYMENT_URL}}/"
|
|
}
|
|
],
|
|
"timeout": "20s",
|
|
"retryOn429": true
|
|
}
|