Skip to content

Commit

Permalink
Launch works
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Oct 27, 2023
1 parent a880d1a commit 7fbda5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion examples/ssh/aem.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ resource "aem_instance" "single" {
}


output "aem_instance_single" {
output "aem_instances" {
value = aem_instance.single.instances
}
2 changes: 0 additions & 2 deletions internal/provider/instance_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,10 @@ func (r *InstanceResource) Create(ctx context.Context, req resource.CreateReques
resp.Diagnostics.AddError("Unable to create AEM instance", fmt.Sprintf("%s", err))
return
}
/* TODO systemd and stuff for later
if err := ic.launch(); err != nil {
resp.Diagnostics.AddError("Unable to launch AEM instance", fmt.Sprintf("%s", err))
return
}
*/

tflog.Info(ctx, "Created AEM instance resource")

Expand Down

0 comments on commit 7fbda5c

Please sign in to comment.