host_catalog_id was doubled in hcl code snippet.
pull/715/head
Patrick Bernal 6 years ago committed by GitHub
parent fc93632895
commit 1c75a07cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,7 +156,7 @@ resource "boundary_host_set" "postgres" {
type = "static"
name = "postgres"
description = "Host set for postgres"
host_catalog_id = host_catalog_id = "hcst_1234567890"
host_catalog_id = "hcst_1234567890"
// taken from the Terraform example above
host_ids = [ boundary_host.postgres.id ]

Loading…
Cancel
Save