Skip to content

Commit

Permalink
adding tf file
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinderReddyF5 committed Aug 21, 2023
1 parent a5ff846 commit 63c893b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/resources/f5os_interface/resource.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
resource "f5os_interface" "test_interface" {
enabled = true
name = "1.0"
native_vlan = 5
trunk_vlans = [
1,
2,
3
]
}

0 comments on commit 63c893b

Please sign in to comment.