Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
3pings committed Jul 28, 2023
1 parent e367b48 commit 4698b8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ module "edge-demo-module" {
}
edge_host = [
{
host_uid = "host-1"
static_ip = "11.1.1.1"
host_uid = "edge-d83a7e13ebdd99de453d48210b330b96"
static_ip = "10.100.100.31"
}
]
},
Expand All @@ -63,7 +63,7 @@ module "edge-demo-module" {
edge_host = [
{
host_uid = "host-2"
host_uid = "123test"
static_ip = "2.2.2.2"
}
]
Expand Down

0 comments on commit 4698b8a

Please sign in to comment.