hashicorp / hashicorp/boundary-reference-architecture
Azure - Unsupported argument
- Dominant language
- HCL
- Stars
- 217
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Research direction
Start with boundary/targets.tf, especially lines 8 and 20, and reproduce the issue with terraform apply -target module.azure. Check the boundary_target resources and Terraform provider expectations for host_set_ids; done means the Azure deployment no longer reports these unsupported-argument errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, terraform
- Domain
- cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100