File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 42
42
- uses : actions/checkout@v4
43
43
with :
44
44
repository : aws-observability/aws-application-signals-test-framework
45
- ref : ga- python
45
+ ref : add-ec2-platform-for- python-ga
46
46
47
47
- name : Set CW Agent RPM environment variable
48
48
run : echo GET_CW_AGENT_RPM_COMMAND="aws s3api get-object --bucket private-cloudwatch-agent-apm-beta --key linux_amd64/amazon-cloudwatch-agent.rpm cw-agent.rpm" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -43,15 +43,6 @@ resource "aws_key_pair" "aws_ssh_key" {
43
43
public_key = tls_private_key. ssh_key . public_key_openssh
44
44
}
45
45
46
- # resource "aws_key_pair" "aws_ssh_key" {
47
- # key_name = "myKey"
48
- # public_key = tls_private_key.ssh_key.public_key_openssh
49
- #
50
- # provisioner "local-exec" { # Create a "myKey.pem" to your computer!!
51
- # command = "echo '${tls_private_key.ssh_key.private_key_pem}' > ./myKey.pem"
52
- # }
53
- # }
54
-
55
46
locals {
56
47
ssh_key_name = aws_key_pair. aws_ssh_key . key_name
57
48
private_key_content = tls_private_key. ssh_key . private_key_pem
You can’t perform that action at this time.
0 commit comments