File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/resources/acl_destination_rule Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments