-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the docs with new edgeDeployment options (#146)
* Docs update * Add examples for edge deployment that show activation to 100 percent of traffic handled * Add new options for Edge Deployment to main.tf as well * Terraform fmting :-) * Few more details --------- Co-authored-by: Vladimir Vuksan <[email protected]>
- Loading branch information
1 parent
0288f6a
commit 9754dfe
Showing
4 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
examples/resources/sigsci_edge_deployment_service/resource.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
resource "sigsci_edge_deployment_service" "my-service" { | ||
site_short_name = "manual_test" | ||
fastly_sid = "test_sid" | ||
site_short_name = "manual_test" | ||
fastly_sid = "test_sid" | ||
activate_version = true | ||
percent_enabled = 100 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters