Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
kubealex committed Dec 21, 2023
1 parent f0c18f8 commit a6e6c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These are minimal examples, the full examples are available in the [examples](./
module "libvirt_network" {
source = "github.com/kubealex/terraform-libvirt//modules/terraform-libvirt-network"
network_autostart = true
network = "example_network"
network_name = "example_network"
network_mode = "nat"
network_domain = "example.com"
network_cidr = ["192.168.122.0/24"]
Expand Down

0 comments on commit a6e6c54

Please sign in to comment.