mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
modify key to match tfstate path
This commit is contained in:
parent
c58cfee0b6
commit
597fb2e764
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ data "archive_file" "this" {
|
|||
############################################
|
||||
resource "aws_s3_object" "lambda_zip" {
|
||||
bucket = var.artifact_bucket
|
||||
key = "${var.name}-${var.stage}.zip"
|
||||
key = "env:/${var.stage}/${var.name}.zip"
|
||||
source = data.archive_file.this.output_path
|
||||
etag = data.archive_file.this.output_md5
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue