Skip to content

Commit

Permalink
make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
curro-bazan committed Feb 10, 2025
1 parent 248d60c commit f542daf
Show file tree
Hide file tree
Showing 5 changed files with 532 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/resources/edge_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ resource "sigsci_edge_deployment" "test" {

- `site_short_name` (String) Site short name

### Optional

- `authorized_services` (List of String) List of Compute services. This field is only required if you are linking Compute services to the Next-Gen WAF.

### Read-Only

- `id` (String) The ID of this resource.
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ require (
golang.org/x/lint v0.0.0-20190409202823-959b441ac422
honnef.co/go/tools v0.4.2
)
replace github.com/signalsciences/go-sigsci v0.1.25 => /Users/franciscobazan/compute_waf/go-sigsci

require (
cloud.google.com/go v0.45.1 // indirect
Expand Down Expand Up @@ -88,4 +89,4 @@ require (
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20200310143817-43be25429f5a // indirect
google.golang.org/grpc v1.27.1 // indirect
)
)
Loading

0 comments on commit f542daf

Please sign in to comment.