Skip to content

Commit

Permalink
Fix wrong attribute in a vnet example
Browse files Browse the repository at this point in the history
  • Loading branch information
tinova authored and treywelsh committed Dec 14, 2023
1 parent fd781c2 commit 6c41668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/virtual_network.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "opennebula_virtual_network" "example" {
dns = "172.16.100.1"
gateway = "172.16.100.1"
security_groups = [0]
clusters_ids = [0]
cluster_ids = [0]
ar {
ar_type = "IP4"
Expand Down

0 comments on commit 6c41668

Please sign in to comment.