Skip to content

Commit

Permalink
docs(RAIN-54746): update example urls
Browse files Browse the repository at this point in the history
  • Loading branch information
atulsinghlw committed Apr 18, 2023
1 parent 6e3462d commit 664382b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/custom-server-url/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ module "lacework_k8s_datacollector" {
version = "~> 2.0"
lacework_access_token = "0123456789ABCDEF0123456789ABCDEF"
lacework_server_url = "https://api.fra.lacework.net"
lacework_server_url = "https://api.lacework.net"
}
```
2 changes: 1 addition & 1 deletion examples/custom-server-url/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module "lacework_k8s_datacollector" {
source = "../../"

lacework_access_token = "0123456789ABCDEF0123456789ABCDEF"
lacework_server_url = "https://api.fra.lacework.net"
lacework_server_url = "https://api.lacework.net"
}

0 comments on commit 664382b

Please sign in to comment.