Skip to content

Commit af00ea7

Browse files
authored
docs: Correct example usage of service_connect_configuration.service in README (#339)
* Update README.md * Update README.md
1 parent 2afaaaf commit af00ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ module "ecs" {
100100
101101
service_connect_configuration = {
102102
namespace = "example"
103-
service = {
103+
service = [{
104104
client_alias = {
105105
port = 80
106106
dns_name = "ecs-sample"
107107
}
108108
port_name = "ecs-sample"
109109
discovery_name = "ecs-sample"
110-
}
110+
}]
111111
}
112112
113113
load_balancer = {

0 commit comments

Comments
 (0)