-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip: create and delete custom SSM document during tests
- Loading branch information
Sébastien Brochet
committed
Feb 7, 2022
1 parent
b363912
commit cc35729
Showing
6 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...gration/targets/connection_aws_ssm/aws_ssm_integration_test_setup/files/ssm-document.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"schemaVersion": "1.0", | ||
"description": "Custom SSM document", | ||
"sessionType": "Standard_Stream", | ||
"inputs": { | ||
"s3EncryptionEnabled": false, | ||
"cloudWatchLogGroupName": "", | ||
"cloudWatchEncryptionEnabled": false, | ||
"idleSessionTimeout": "20", | ||
"cloudWatchStreamingEnabled": false, | ||
"kmsKeyId": "", | ||
"runAsEnabled": false, | ||
"runAsDefaultUser": "" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...ets/connection_aws_ssm/aws_ssm_integration_test_setup/templates/ssm_vars_to_delete.yml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
ssm_document_name: {{ssm_document_name}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters