diff --git a/Documentation/getting-started.md b/Documentation/getting-started.md index 467043f1..b3a912a1 100644 --- a/Documentation/getting-started.md +++ b/Documentation/getting-started.md @@ -124,7 +124,7 @@ resource "matchbox_profile" "coreos-install" { Matcher groups match machines based on labels like MAC, UUID, etc. to different profiles and templates in machine-specific values. This group does not have a `selector` block, so any machines which network boot from matchbox will match this group and be provisioned using the `coreos-install` profile. Machines are matched to the most specific matching group. -``` +```hcl resource "matchbox_group" "default" { name = "default" profile = "${matchbox_profile.coreos-install.name}"