Skip to content

Commit

Permalink
Fix documentation bug for origin POP codes
Browse files Browse the repository at this point in the history
  • Loading branch information
anandkunal committed Feb 10, 2021
1 parent 5f9bc1d commit ce24484
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.7.1 (Released)

* Fix documentation bug for origin POP codes

## 2.7.0 (Released)

* Add support for setting the data center's origin POP with a new synthetic resource
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/origin_pop.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "incapsula_data_center" "example-data-center" {
resource "incapsula_origin_pop" "aws-east" {
dc_id = incapsula_data_center.example-data-center.id
origin_pop = "IAD"
origin_pop = "iad"
}
```

Expand Down

0 comments on commit ce24484

Please sign in to comment.