Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Jan 29, 2024
1 parent 15b1d10 commit 6ec3eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Optional:

Optional:

- `config` (String) Contents o f the AEM Compose YML configuration file.
- `config` (String) Contents of the AEM Compose YML configuration file.
- `configure` (Attributes) Script(s) for configuring a launched instance. Must be idempotent as it is executed always when changed. Typically used for installing AEM service packs, setting up replication agents, etc. (see [below for nested schema](#nestedatt--compose--configure))
- `create` (Attributes) Script(s) for creating an instance or restoring it from a backup. Typically customized to provide AEM library files (quickstart.jar, license.properties, service packs) from alternative sources (e.g., AWS S3, Azure Blob Storage). Instance recreation is forced if changed. (see [below for nested schema](#nestedatt--compose--create))
- `delete` (Attributes) Script(s) for deleting a stopped instance. (see [below for nested schema](#nestedatt--compose--delete))
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/instance_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func (r *InstanceResource) Schema(ctx context.Context, req resource.SchemaReques
Default: stringdefault.StaticString("1.6.12"),
},
"config": schema.StringAttribute{
MarkdownDescription: "Contents o f the AEM Compose YML configuration file.",
MarkdownDescription: "Contents of the AEM Compose YML configuration file.",
Computed: true,
Optional: true,
Default: stringdefault.StaticString(instance.ConfigYML),
Expand Down

0 comments on commit 6ec3eac

Please sign in to comment.