hashicorp / boundary-reference-architecture

Example reference architecture for a high availability Boundary deployment on AWS.
https://boundaryproject.io
Mozilla Public License 2.0
213 stars 105 forks source link

AWS - connection refused error while running terraform apply #87

Open yogeshwaran1998 opened 2 years ago

yogeshwaran1998 commented 2 years ago

I have followed the steps in the Readme file for deploying to AWS. After performing the last step "terraform apply", I am encountering the below error. I tried to debug this and resolve it but was unable to find any solution. Please help.

│ Error: error calling read scope: error performing client request during Read call: Get http://DNS:9200/v1/scopes/global: dial tcp :9200: connect: connection refused │ │ with module.boundary.boundary_scope.global, │ on boundary/scopes.tf line 1, in resource "boundary_scope" "global": │ 1: resource "boundary_scope" "global" {