Skip to content

Commit

Permalink
adjust example of acl_destination_rule
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Jan 25, 2023
1 parent 1862bf7 commit 5ef2286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/resources/destination_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ resource "acl_destination_rule" "test_app" {
instance = tsuru_service_instance.acl.name
rpaas {
service_name = "<< MY-RPAAS-SERVICE >>"
instance = "<< MY-RPAAS-INSTANCE >>"
service_name = "<< DESTINATION-RPAAS-SERVICE >>"
instance = "<< DESTINATION-RPAAS-INSTANCE >>"
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/resources/acl_destination_rule/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ resource "acl_destination_rule" "test_app" {
instance = tsuru_service_instance.acl.name

rpaas {
service_name = "<< MY-RPAAS-SERVICE >>"
instance = "<< MY-RPAAS-INSTANCE >>"
service_name = "<< DESTINATION-RPAAS-SERVICE >>"
instance = "<< DESTINATION-RPAAS-INSTANCE >>"
}
}

Expand Down

0 comments on commit 5ef2286

Please sign in to comment.