mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-08 14:00:24 -05:00
backend/http: implement retries for the http backend (#19702)
Fixes #19619
This commit is contained in:
committed by
Kristin Laemmert
parent
127cbeeda2
commit
5b6b1663ef
@@ -677,6 +677,9 @@ func TestApply_plan_remoteState(t *testing.T) {
|
||||
"username": cty.NullVal(cty.String),
|
||||
"password": cty.NullVal(cty.String),
|
||||
"skip_cert_verification": cty.NullVal(cty.Bool),
|
||||
"retry_max": cty.NullVal(cty.String),
|
||||
"retry_wait_min": cty.NullVal(cty.String),
|
||||
"retry_wait_max": cty.NullVal(cty.String),
|
||||
})
|
||||
backendConfigRaw, err := plans.NewDynamicValue(backendConfig, backendConfig.Type())
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user