We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a77ea commit d047065Copy full SHA for d047065
1 file changed
internal/provider/template_resource.go
@@ -163,8 +163,8 @@ type TemplateVersion struct {
163
Directory types.String `tfsdk:"directory"`
164
DirectoryHash types.String `tfsdk:"directory_hash"`
165
Active types.Bool `tfsdk:"active"`
166
- TerraformVariables types.Set `tfsdk:"tf_vars"`
167
- ProvisionerTags types.Set `tfsdk:"provisioner_tags"`
+ TerraformVariables types.Set `tfsdk:"tf_vars"`
+ ProvisionerTags types.Set `tfsdk:"provisioner_tags"`
168
}
169
170
type Versions []TemplateVersion
0 commit comments