Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 11ce10f

Browse files
committed
correct outputs
1 parent 18eeb95 commit 11ce10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ output "build_result_filename" {
44
}
55

66
output "s3_bucket" {
7-
value = "${aws_s3_bucket_object.this.id}"
7+
value = "${aws_s3_bucket_object.this.bucket}"
88
}
99

1010
output "s3_key" {
1111
value = "${aws_s3_bucket_object.this.key}"
1212
}
1313

1414
output "s3_path" {
15-
value = "s3://${aws_s3_bucket_object.this.id}/${aws_s3_bucket_object.this.key}"
15+
value = "s3://${aws_s3_bucket_object.this.bucket}/${aws_s3_bucket_object.this.key}"
1616
}

0 commit comments

Comments
 (0)