Skip to content

Commit 5ef2286

Browse files
committed
adjust example of acl_destination_rule
1 parent 1862bf7 commit 5ef2286

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/resources/destination_rule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ resource "acl_destination_rule" "test_app" {
4343
instance = tsuru_service_instance.acl.name
4444
4545
rpaas {
46-
service_name = "<< MY-RPAAS-SERVICE >>"
47-
instance = "<< MY-RPAAS-INSTANCE >>"
46+
service_name = "<< DESTINATION-RPAAS-SERVICE >>"
47+
instance = "<< DESTINATION-RPAAS-INSTANCE >>"
4848
}
4949
}
5050

examples/resources/acl_destination_rule/resource.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ resource "acl_destination_rule" "test_app" {
2828
instance = tsuru_service_instance.acl.name
2929

3030
rpaas {
31-
service_name = "<< MY-RPAAS-SERVICE >>"
32-
instance = "<< MY-RPAAS-INSTANCE >>"
31+
service_name = "<< DESTINATION-RPAAS-SERVICE >>"
32+
instance = "<< DESTINATION-RPAAS-INSTANCE >>"
3333
}
3434
}
3535

0 commit comments

Comments
 (0)