diff options
author | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-08-07 12:28:22 +0200 |
---|---|---|
committer | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-08-07 12:28:22 +0200 |
commit | ef8d490bbdee1176cd18b0180d56f56e329c0ad0 (patch) | |
tree | 53a0552835010a41ceed992d6f61e85acb8392db /statuscake/resource_statuscaketest.go | |
parent | 1ae043513a8b00634c349046ce1d31f6624892c6 (diff) | |
parent | 96d77c588b01e1d7b92b19c12440c211d146c51a (diff) | |
download | terraform-provider-statuscake-ef8d490bbdee1176cd18b0180d56f56e329c0ad0.tar.gz terraform-provider-statuscake-ef8d490bbdee1176cd18b0180d56f56e329c0ad0.tar.zst terraform-provider-statuscake-ef8d490bbdee1176cd18b0180d56f56e329c0ad0.zip |
fix
Diffstat (limited to 'statuscake/resource_statuscaketest.go')
-rw-r--r-- | statuscake/resource_statuscaketest.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/statuscake/resource_statuscaketest.go b/statuscake/resource_statuscaketest.go index f8b69e3..f3ed3d2 100644 --- a/statuscake/resource_statuscaketest.go +++ b/statuscake/resource_statuscaketest.go | |||
@@ -369,15 +369,7 @@ func ReadTest(d *schema.ResourceData, meta interface{}) error { | |||
369 | d.Set("final_endpoint", testResp.FinalEndpoint) | 369 | d.Set("final_endpoint", testResp.FinalEndpoint) |
370 | d.Set("enable_ssl_alert", testResp.EnableSSLAlert) | 370 | d.Set("enable_ssl_alert", testResp.EnableSSLAlert) |
371 | d.Set("follow_redirect", testResp.FollowRedirect) | 371 | d.Set("follow_redirect", testResp.FollowRedirect) |
372 | d.Set("ping_url", testResp.PingURL) | ||
373 | d.Set("basic_user", testResp.BasicUser) | ||
374 | d.Set("basic_pass", testResp.BasicPass) | ||
375 | d.Set("public", testResp.Public) | ||
376 | d.Set("branding", testResp.Branding) | ||
377 | d.Set("virus", testResp.Virus) | ||
378 | d.Set("real_browser", testResp.RealBrowser) | ||
379 | d.Set("test_tags", testResp.TestTags) | 372 | d.Set("test_tags", testResp.TestTags) |
380 | |||
381 | return nil | 373 | return nil |
382 | } | 374 | } |
383 | 375 | ||