Skip to content

Commit

Permalink
added a comment
Browse files Browse the repository at this point in the history
Signed-off-by: George Nikolopoulos <[email protected]>
  • Loading branch information
sumanth-lingappa authored and George Nikolopoulos committed Mar 9, 2020
1 parent 80620c4 commit 372e1ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/csaction/resources.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "citrixadc_csaction" "tf_csaction" {
name = "tf_test_csaction"
targetlbvserver = citrixadc_lbvserver.tf_image_lb2.name
comment = "Forwards image requests to the image_lb2"
name = "tf_test_csaction2"
targetlbvserver = citrixadc_lbvserver.tf_image_lb.name
comment = "Forwards image requests to the image_lb"
}

resource "citrixadc_lbvserver" "tf_image_lb" {
Expand All @@ -11,6 +11,7 @@ resource "citrixadc_lbvserver" "tf_image_lb" {
servicetype = "HTTP"
}

# For update, change the `targetlbvserser` accordingly
resource "citrixadc_lbvserver" "tf_image_lb2" {
name = "image_lb2"
ipv46 = "10.0.2.6"
Expand Down

0 comments on commit 372e1ac

Please sign in to comment.