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

Azure - Unsupported argument #89

Open alvarolopez12 opened 2 years ago

alvarolopez12 commented 2 years ago

Doing terraform apply -target module.azure the deploy shows the following errors:

│ Error: Unsupported argument │ │ on boundary\targets.tf line 8, in resource "boundary_target" "backend_servers_ssh": │ 8: host_set_ids = [ │ │ An argument named "host_set_ids" is not expected here. ╵ ╷ │ Error: Unsupported argument │ │ on boundary\targets.tf line 20, in resource "boundary_target" "backend_servers_website": │ 20: host_set_ids = [ │ │ An argument named "host_set_ids" is not expected here.