github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/registry/response/redirect.go (about) 1 package response 2 3 // Redirect causes the frontend to perform a window redirect. 4 type Redirect struct { 5 URL string `json:"url"` 6 }