Skip to content

Commit 4a386d7

Browse files
committed
removed secret access key from outputs
1 parent ca6aa09 commit 4a386d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

software/infrastructure/jenkins.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,6 @@
356356
"InstanceIPAddress" : {
357357
"Value" : { "Ref" : "IPAddress" }
358358
},
359-
"SecretAccessKey" : {
360-
"Value" : {"Fn::GetAtt": ["HostKeys", "SecretAccessKey"]}
361-
},
362359
"JenkinsURL" : {
363360
"Value" : { "Fn::Join" : ["", ["http://", { "Ref" : "IPAddress" }, ":8080/jenkins"]] },
364361
"Description" : "URL for newly created Jenkins app"

0 commit comments

Comments
 (0)