Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Nov 17, 2023
1 parent 02a492c commit 2c11444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/instance_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (r *InstanceResource) Schema(ctx context.Context, req resource.SchemaReques
MarkdownDescription: "Remote root path where provider-related files will be stored.",
Computed: true,
Optional: true,
Default: stringdefault.StaticString("/var/aemc"),
Default: stringdefault.StaticString("/tmp/aemc"),
},
"service_config": schema.StringAttribute{
MarkdownDescription: "Contents of the AEM system service definition file (systemd).",
Expand Down

0 comments on commit 2c11444

Please sign in to comment.