aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/terraform/registry/response/redirect.go
blob: d5eb49ba66564f439b104520d11505e07fe6cfac (plain) (blame)
1
2
3
4
5
6
package response

// Redirect causes the frontend to perform a window redirect.
type Redirect struct {
	URL string `json:"url"`
}