onelogin / terraform-provider-onelogin

GNU General Public License v3.0
27 stars 19 forks source link

Add missing '=' to docs and examples #40

Closed rjhornsby closed 3 years ago

rjhornsby commented 3 years ago

Closes #39 by adding the missing '=' via sed, ie:

sed -i '/resource.*{/!s/\([a-z+]\) {/\1 = {/' *.tf