Update website/source/guides/hcl/component-object-spec/index.html.md.erb
Co-Authored-By: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
parent
971eac1701
commit
da12c73726
|
@ -37,5 +37,5 @@ following snippet:
|
||||||
func (b *Builder) ConfigSpec() hcldec.ObjectSpec { return b.config.FlatMapstructure().HCL2Spec() }
|
func (b *Builder) ConfigSpec() hcldec.ObjectSpec { return b.config.FlatMapstructure().HCL2Spec() }
|
||||||
```
|
```
|
||||||
|
|
||||||
From now one every time you add or change a field of Config you will need to
|
From now on every time you add or change a field of Config you will need to
|
||||||
run he `go generate` command again.
|
run he `go generate` command again.
|
||||||
|
|
Loading…
Reference in New Issue