Skip to content

Commit

Permalink
Fixed v0.12 format
Browse files Browse the repository at this point in the history
  • Loading branch information
madhukark authored Mar 24, 2020
1 parent 5b5a670 commit 9b995d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ resource "vsphere_virtual_machine" "appvm" {
... other attributes ...
# Attach the VM to the network data source that refers to the newly created Segments
network_interface {
network_id = "${data.vsphere_network.terraform_app.id}"
network_id = data.vsphere_network.tf_app.id
}
... other attributes ...
```
Expand Down

0 comments on commit 9b995d6

Please sign in to comment.