Skip to content

Commit

Permalink
Merge pull request #563 from DataDog/raphael/fix_ci
Browse files Browse the repository at this point in the history
Fix scenario ec2 vm run
  • Loading branch information
raphaelgavache committed Jan 19, 2024
2 parents f69f46f + c48372d commit ce65c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenarios/aws/ec2/vm_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func VMRun(ctx *pulumi.Context) error {
agentOptions = append(agentOptions, agentparams.WithFakeintake(fakeintake))
}

_, err = agent.NewHostAgent(env.CommonEnvironment, vm)
_, err = agent.NewHostAgent(env.CommonEnvironment, vm, agentOptions...)
return err
}

Expand Down

0 comments on commit ce65c57

Please sign in to comment.