Skip to content

Commit

Permalink
fix(CPLAT-672): Update references to api.lacework.net
Browse files Browse the repository at this point in the history
  • Loading branch information
atulsinghlw committed Jun 6, 2023
1 parent 08aa018 commit 2874dcd
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.lacework.net"
lacework_server_url = "https://agent.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.lacework.net"
lacework_server_url = "https://agent.lacework.net"
}

0 comments on commit 2874dcd

Please sign in to comment.