We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa21f36 commit a8259c5Copy full SHA for a8259c5
terraform/dotnet/ec2/windows/main.tf
@@ -164,6 +164,9 @@ resource "aws_ssm_document" "main_service_setup" {
164
{
165
"schemaVersion": "2.2",
166
"description": "Setup main service instance",
167
+ "inputs": {
168
+ "cloudWatchLogGroupName": "pulse-dotnet-windows-e2e-run",
169
+ },
170
"mainSteps": [
171
172
"action": "aws:runPowerShellScript",
@@ -191,6 +194,9 @@ resource "aws_ssm_document" "remote_service_setup" {
191
194
192
195
193
196
"description": "Setup remote service instance",
197
198
199
200
201
202
0 commit comments