You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating the ssm document fails if one has already run the session manager quick setup, which creates the default document SSM-SessionManagerRunShell.
Here is the output i get from terraform apply:
Error: Error creating SSM document: DocumentAlreadyExists: Document with same name SSM-SessionManagerRunShell already exists
I couldn't figure out how to modify the SSM-SessionManagerRunShell document from Terraform since it's an AWS owned document.
Do i need to import it first?
Thx,
Benjamin
The text was updated successfully, but these errors were encountered:
Hi,
Creating the ssm document fails if one has already run the session manager quick setup, which creates the default document SSM-SessionManagerRunShell.
Here is the output i get from terraform apply:
Error: Error creating SSM document: DocumentAlreadyExists: Document with same name SSM-SessionManagerRunShell already exists
I couldn't figure out how to modify the SSM-SessionManagerRunShell document from Terraform since it's an AWS owned document.
Do i need to import it first?
Thx,
Benjamin
The text was updated successfully, but these errors were encountered: